# File lib/selenium/client/legacy_driver.rb, line 328
328:         def mouse_down_right(locator)
329:             remote_control_command("mouseDownRight", [locator,])
330:         end