Forum Discussion
2 Replies
- RavikSuper Contributor
Yes, it is you can open web browser while using Test complete for Desktop Application but you have to installed TC web module.
You can use code like below -
Browsers.Item(btIExplorer).Run("www.google.com")
or
Set IEBrowser=CreateObject("InternetExplorer.Application")
IEBrowser.visible=True
IEBrowser.navigate ("URL")
or
IF Browser added in Tested App
TestedApps.iexplore.Run()
- shankar_rCommunity Hero
If you have a WEB license, then you can do