# File lib/selenium/client/legacy_driver.rb, line 386
        def mouse_up_right_at(locator,coordString)
            remote_control_command("mouseUpRightAt", [locator,coordString,])
        end