Getallwindowids
Returns the IDs of all windows that the browser knows about.
Required Attributes
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="/" />
<getAllWindowsIds property="window.ids" />
</selenium>