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