morde
12 years agoContributor
Open a new browser window function
Hi,
I am trying to write a function to open a new IE window.
I need it to open a NEW window (not a new tab) even if there're other windows open.
Right now I only mannaged to open a new tab.
* Bonus - a function that's relevant to IE, FF & Chrome.
Thanks a lot :)
Mor
I am trying to write a function to open a new IE window.
I need it to open a NEW window (not a new tab) even if there're other windows open.
Right now I only mannaged to open a new tab.
* Bonus - a function that's relevant to IE, FF & Chrome.
Thanks a lot :)
Mor
Hi Mor,
You can add IE to the TestedApps list and run it via the Run method with the second parameter equal to True. Refer to the "Run Method" article for details.