Opening second browser window
SOLVED- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Opening second browser window
Hi All,
I'm currently working on a problem that bothers me a bit..
I run cross browser tests for a web application.
Now, while having opened one of the browsers with the application under test (IE, Chrome and FF) i need also to open a second browser screen (that needs to stay open during the testing of the cross browser testing). The additional browser is IE (as the application from which i need to compare with only runs in IE (silverlight)). How can I open the additional IE browser with the second appilication while doing cross browser testing on the three other browsers.
Any help would be appreciated! The only thing i discovered on the forum is about new tabs, not new windows.
As i need to reuse the additional IE (to look for info) I need to keep that window opened until tests are finished.
Best regards,
Dominic
Solved! Go to Solution.
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Hi Colin,
When I try to open new IE browser with blow code, sometime IE is getting hang in JS
WshShell.Run("iexplore.exe " + myAppUrl);
IS there any direct method in TC to launch my app in new instance of browser vy JS as I need to execute end to end script with multiple web application.

- « Previous
-
- 1
- 2
- Next »
- « Previous
-
- 1
- 2
- Next »