Method: Selenium::Client::GeneratedDriver#get_all_window_names
- Defined in:
- lib/selenium/client/legacy_driver.rb
#get_all_window_names ⇒ Object
Returns the names of all windows that the browser knows about in an array.
1222 1223 1224 |
# File 'lib/selenium/client/legacy_driver.rb', line 1222 def get_all_window_names() return string_array_command("getAllWindowNames", []) end |