Forum Discussion
tristaanogre
13 years agoEsteemed Contributor
It looks like you're trying to use QTP script calls within TestComplete. "Window" is a method off of another object. Browser isn't even supported.
To open an instance of your web browser, you should probably use something like TestedApps in your scripts. So, using that, you're function would look like
To open an instance of your web browser, you should probably use something like TestedApps in your scripts. So, using that, you're function would look like
Function oBrowser( )
Set oBrowser = TestedApps.IEXPLORE.Run()
End Function
Related Content
Recent Discussions
- 4 hours ago