Method: Selenium::Client::GeneratedDriver#get_all_window_titles
- Defined in:
- lib/selenium/client/legacy_driver.rb
#get_all_window_titles ⇒ Object
Returns the titles of all windows that the browser knows about in an array.
1229 1230 1231 |
# File 'lib/selenium/client/legacy_driver.rb', line 1229 def get_all_window_titles() return string_array_command("getAllWindowTitles", []) end |