Method: Selenium::Client::GeneratedDriver#get_attribute_from_all_windows

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

#get_attribute_from_all_windows(attributeName) ⇒ Object

Returns an array of JavaScript property values from all known windows having one.

‘attributeName’ is name of an attribute on the windows



1146
1147
1148
# File 'lib/selenium/client/legacy_driver.rb', line 1146

def get_attribute_from_all_windows(attributeName)
    return string_array_command("getAttributeFromAllWindows", [attributeName,])
end