# File lib/selenium/client/legacy_driver.rb, line 587 def open_window(url,windowID) remote_control_command("openWindow", [url,windowID,]) end