# File lib/selenium/client/idiomatic.rb, line 148 148: def click(locator, options={}) 149: remote_control_command "click", [locator,] 150: wait_for options 151: end