# File lib/selenium/client/legacy_driver.rb, line 571 571: def open(url) 572: remote_control_command("open", [url,]) 573: end