# File lib/selenium/client/legacy_driver.rb, line 1441
        def wait_for_frame_to_load(frameAddress,timeout)
            remote_control_command("waitForFrameToLoad", [frameAddress,timeout,])
        end