09-13-2010, 08:47 PM
Hi,
I'm trying to change the URL after I made QTP log in to an application:
'Start Browser
Call funcOpenBrowser ("iexplore.exe", "http://xxx.xxx.com/MyApp")
'login
Call funcLoginform ("me","changeme")
At this point I wan to change the URL to:
http://www.cnn.com
Thanks
I'm trying to change the URL after I made QTP log in to an application:
'Start Browser
Call funcOpenBrowser ("iexplore.exe", "http://xxx.xxx.com/MyApp")
'login
Call funcLoginform ("me","changeme")
At this point I wan to change the URL to:
http://www.cnn.com
Thanks