DefaultSelenium GetAttributeFromAllWindows Method WebDriver
Returns an array of JavaScript property values from all known windows having one.

Namespace: Selenium
Assembly: ThoughtWorks.Selenium.Core (in ThoughtWorks.Selenium.Core.dll) Version: 2.35.0.0 (2.35.0.0)
Syntax

public string[] GetAttributeFromAllWindows(
	string attributeName
)

Parameters

attributeName
Type: OnlineSystem String
name of an attribute on the windows

Return Value

the set of values of this attribute from all known windows.

Implements

ISelenium GetAttributeFromAllWindows(String)
See Also