Forum Discussion
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
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
- prasad9210 years agoOccasional Contributor
Thanks for reply Everseeker,
I have done that, but it did,nt helped.
Infact I have tried all possible ways to start the browser (as per belows link):
https://support.smartbear.com/viewarticle/68727/)
Later I checked version supportted by TestComplete 11 from:
https://support.smartbear.com/viewarticle/72106/
I found my Chrome was at version 45.0.2454.93 and as per above link it supports it. But it does work!!
Same case with Firefox. My Firefox browser was at version 40.0.3, as per above link it supports it. But it does work!!
Later I installed Firefox version 40.0.2 and its disabled auto update.
And then it worked fine.
Sadly I could not find previous version of chrome. :smileysad:
Currently I am using:
- Internet explorer 8
- Firefox 37
Waiting for either old version of chrome or Testcomplete to support it :smileyfrustrated:
Related Content
- 4 years ago
- 3 years ago
- 2 years ago
- 3 years ago
Recent Discussions
- 4 days ago
- 5 days ago