# File lib/selenium/client/legacy_driver.rb, line 1398
        def wait_for_condition(script,timeout)
            remote_control_command("waitForCondition", [script,timeout,])
        end