# File lib/capybara/selenium/node.rb, line 60
  def visible?
    displayed = native.displayed?
    displayed and displayed != "false"
  end