Forum Discussion
- irina_lukinaSuper Contributor
Hi Pasumarthi,
In TestComplete 8.0, use the following approach:
Sys.Process("iexplore").ToURL "http://smartbear.com/products"Does it work?
- irina_lukinaSuper Contributor
Hi,
if the browser is already opened then it is working fine
You are absolutely right. This method lets you navigate the running instance of Internet Explorer to the specified web page. If you need to launch the browser automatically, add it to the Tested Applications collection and then use the code from your previous post. - irina_lukinaSuper Contributor
Hi Pasumarthi,
There is an unnecessary letter ("r") at the end of the browser name. Try using the following code:
Browsers.Item("iexplore").Run "http://smartbear.com/products"Does it work?
- jaggu_009Occasional Contributorhi Lukina,
though i am writing the below line still am getting the same error. Any other idea is there?
Browsers.Item("iexplore").Run "http://smartbear.com/products" - irina_lukinaSuper Contributor
Hi,
Please clarify a few things:
1. Which version of TestComplete are you using?
The fact is that the described approach was introduced in TestComplete 9 and doesn't work in TestComplete's previous versions.2. Which edition of TestComplete are you using (Enterprise or Standard)?
Thanks.
- jaggu_009Occasional Contributorhi,
Thanks for the information. actually we are using test complete 8.0 version. - jaggu_009Occasional Contributorhi Lukina,
Sys.Process("iexplore").ToURL "http://smartbear.com/products" is also not working.... is there any idea.. ?
i am trying sys.process("iexplore",2).page("http://.....") but it is also not working...
Thanks
Jagadeesh - jaggu_009Occasional Contributorhi lukina,
if the browser is already opened then it is working fine, but till now am asking how to launch browse through test complete.
Call TestedApps.iexplore.Run(1, True) is working fine for launching application.
any way thank you so much for suggesting me how to enter URL in Address bar.
Thanks
Jagadeesh