Popups and private windows: Difference between revisions
Jump to navigation
Jump to search
Created page with "First open the popup: <pre> Command: runScript Target: javascript{link='http://kenjelocatie.test.local/login-default.html';window.open(link,"testwindow","private=yes, menubar=..." |
No edit summary |
||
Line 1: | Line 1: | ||
= new windows = | |||
<pre> | |||
Command: openWindow | |||
Target: http://www.somewhere.com/page.html | |||
Value: WindowName | |||
Command: selectWindow | |||
Target: name=WindowName | |||
</pre> | |||
= private windows = | |||
First open the popup: | First open the popup: | ||
<pre> | <pre> |
Revision as of 10:21, 1 April 2016
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