Forum Discussion
Ravik
9 years agoSuper 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()