Method: Selenium::Client::GeneratedDriver#get_all_window_ids

Defined in:
lib/selenium/client/legacy_driver.rb

#get_all_window_idsObject

Returns the IDs of all windows that the browser knows about in an array.

[View source]

1215
1216
1217
# File 'lib/selenium/client/legacy_driver.rb', line 1215

def get_all_window_ids()
    return string_array_command("getAllWindowIds", [])
end