# File lib/selenium/client/legacy_driver.rb, line 348
348:         def mouse_down_right_at(locator,coordString)
349:             remote_control_command("mouseDownRightAt", [locator,coordString,])
350:         end