Popups and private windows

From Edgar BV Wiki
Revision as of 08:39, 1 April 2016 by Red (talk | contribs) (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=...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

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