# File lib/selenium/client/legacy_driver.rb, line 338 def mouse_down_at(locator,coordString) remote_control_command("mouseDownAt", [locator,coordString,]) end