# File lib/capybara/driver/selenium_driver.rb, line 72
    def visible?
      node.displayed? and node.displayed? != "false"
    end