Openwindow

opens a new window with the url specified and with a specific windowID to be used. With this windowID you can then manipulate different windows at the same time.

Required Attributes
url
the url to open in the currently focused browser window.
windowID
the window id to be used when opening this new window.
Usage Examples
Example #1
<selenium baseurl="http://www.google.com" browser="*firefox">
   
<openWindow url="/" windowID="w1" />
</selenium>