# File lib/celerity/element.rb, line 164
    def visible?
      assert_exists
      @object.isDisplayed
    end