# File lib/selenium/openqa/selenium.rb, line 1453
        def wait_for_frame_to_load(frameAddress,timeout)
            do_command("waitForFrameToLoad", [frameAddress,timeout,])
        end