# File lib/selenium/client/legacy_driver.rb, line 395
        def mouse_move(locator)
            remote_control_command("mouseMove", [locator,])
        end