Extension Step selectWindow
Description
Selects the content of a window as the current response. Useful when a test sequence causes many windows to open. Only one from 'name', 'title', or 'index' can be specified.
Parameters
- description
 - Required? no
 - The description of this test step.
 - index
 - Required? yes/no
 - The index (starting with 0) of the top level window to select.
 - name
 - Required? yes/no
 - The name of the window to select.
 - title
 - Required? yes/no
 - The title of the html document contained in the window to select.