window
Protocol binding to handle with tabs in the browser.
Usage
1 | browser.window([windowHandle]); |
Parameters
Param | Type | Details |
---|---|---|
windowHandle optional |
String | the window to change focus to |
Example
1 | // change focus to another window |
Protocol binding to handle with tabs in the browser.
1 | browser.window([windowHandle]); |
Param | Type | Details |
---|---|---|
windowHandle optional |
String | the window to change focus to |
1 | // change focus to another window |