# File lib/selenium/client/legacy_driver.rb, line 144 144: def click(locator) 145: remote_control_command("click", [locator,]) 146: end