How to open up a URL on a separate pop-up/window?

Use EXECUTE_JAVASCRIPT command and the following Javascript command:

window.open('http://www.myurl.com','_blank');

mceclip0.png

The following video demonstrates executing a test case that opens 3 websites on separate pages:

Was this article helpful?
0 out of 0 found this helpful
Have more questions? Submit a request

Comments

Please sign in to leave a comment.