Method: Selenium::Client::GeneratedDriver#window_focus
- Defined in:
- lib/selenium/client/legacy_driver.rb
#window_focus ⇒ Object
Gives focus to the currently selected window
1201 1202 1203 |
# File 'lib/selenium/client/legacy_driver.rb', line 1201 def window_focus() remote_control_command("windowFocus", []) end |