# File lib/celerity/element.rb, line 84
    def focus
      assert_exists
      @object.focus
    end