Forum Discussion

kcsahu777's avatar
kcsahu777
Contributor
13 years ago

Issue Launching IE for web application

I have used following code to launch IE and open the desired URL. Set iexplore = TestedApps.iexplore.Run() call iexplore.WaitPage("*", 2000).ToURL(url) And while closing the IE,I use...