# File lib/selenium/client/legacy_driver.rb, line 1099 def is_visible(locator) return boolean_command("isVisible", [locator,]) end