Method: Selenium::Client::GeneratedDriver#get_all_window_ids
- Defined in:
- lib/selenium/client/legacy_driver.rb
permalink #get_all_window_ids ⇒ Object
Returns the IDs of all windows that the browser knows about in an array.
1215 1216 1217 |
# File 'lib/selenium/client/legacy_driver.rb', line 1215 def get_all_window_ids() return string_array_command("getAllWindowIds", []) end |