# File lib/selenium/client/legacy_driver.rb, line 173 def click_at(locator,coordString) remote_control_command("clickAt", [locator,coordString,]) end