# File lib/selenium/client/legacy_driver.rb, line 211
211:         def focus(locator)
212:             remote_control_command("focus", [locator,])
213:         end