Getattributefromallwindows

Returns every instance of some attribute from all known windows.

Required Attributes
name
property
the name of the property to save the value to.
Usage Examples
Example #1
<selenium baseurl="http://www.yahoo.com" browser="*firefox">
   
<open url="/" />
   
<getAttributeFromAllWindows attributeName="id" property="search_id" />
</selenium>