An NDoc Documented Class Library

DefaultSelenium.GetAttributeFromAllWindows Method 

Returns every instance of some attribute from all known windows.

public string[] GetAttributeFromAllWindows(
   string attributeName
);

Parameters

attributeName
name of an attribute on the windows

Return Value

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

Implements

ISelenium.GetAttributeFromAllWindows

See Also

DefaultSelenium Class | Selenium Namespace