# File lib/celerity/element.rb, line 95
    def focused?
      assert_exists
      @object == browser.page.getFocusedElement
    end