# File selenium.rb, line 867
        def wait_for_condition(script,timeout)
            do_command("waitForCondition", [script,timeout,])
        end