Popups and private windows
new windows
Command: openWindow Target: http://www.somewhere.com/page.html Value: WindowName Command: selectWindow Target: name=WindowName
private windows
First open the popup:
Command: runScript Target: javascript{link='http://kenjelocatie.test.local/login-default.html';window.open(link,"testwindow","private=yes, menubar=yes, location=yes, resizable=yes, scrollbars=yes, titlebar=yes, status=yes")}
Then pause a bit Then:
Command: openWindow Target: Value: testwindow
Switch to the window
Command: selectWindow Target: name=testwindow