Forum Discussion
Hi Tapamiti,
Not sure if this helps, but check that browsers are not allowed to run in the background (i.e. when the browser process exists in the system but the browser itself is not visible).
If the browser is allowed to run in the background, it does not contain Page element and this causes TestComplete to fail to navigate to the required address.
- Tapamiti10 years agoNew Contributor
Thanks Alex for your comments.
But I closed all the browsers from taskmanager process before running the scripts.
The results is still the same ie, broser is launch but not launching the test url.
Regards
Tapamiti
- prasad9210 years agoOccasional Contributor
Hello Tapamiti,
I am facing the same issue for browsers: chrome, firefox. Working fine with Internet explorer 8.
The browser gets opened but it cannot navigate to any page further :(
Did you got the solution?? Please reply as this is causing a great hurdel in my automation project.
Thanks
- Everseeker10 years agoContributor
You could launch the site with a script snippet
Use something like
Call Browsers.Item(btIExplorer).Run("http://www.google.com")
followed by any BrowserWindow Object Methods you need (Maximize for example)
Once the browser is up and running,(the .Run method) and the browser has navigated to the correct page(the optional navigation string) control will pass back to the Keyword test for further processing
Related Content
- 4 years ago
- 4 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 9 hours ago
- 9 hours ago
- 4 days ago