# File lib/selenium/client/idiomatic.rb, line 174 174: def visible?(locator) 175: boolean_command "isVisible", [locator,] 176: end