# File lib/selenium/client/legacy_driver.rb, line 682 682: def select_frame(locator) 683: remote_control_command("selectFrame", [locator,]) 684: end