Forum Discussion
fayizkc
Occasional Contributor
Shankar,
As I want to work with multiple URLs at same time, Sys.Process("browser").Exists will be true if I need to open new browser instance. My requirement is, need to open a new url as a separate instance to validate something in between the execution of my primary url without closing it. What solution we have in Test complete
shankar_r
6 years agoCommunity Hero
If you want to launch a new browser instance then you can use WshShell like below
WshShell.Run("powershell -command start chrome ");
to activate the chrome, loop thru the browser instances.
- fayizkc6 years agoOccasional Contributor
I already used WshShell.Run("iexplore.exe " +url2) as I mentioned in the question. But browser is getting hang every now and then when I use that method
Related Content
- 2 years ago
Recent Discussions
- 6 days ago
- 6 days ago
- 9 days ago