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