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