Selectwindow

Changes the current Selenium session focus to the window identified by the windowID attribute which will then receive the following executing commands.

Usage Examples
Example #1
<selenium baseurl="http://www.google.com">
   
<openWindow url="/finance" windowID="test" />
   
<selectWindow windowID="test" />
   
<waitForPageToLoad timeout="30000" />
</selenium>