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