Forum Discussion
prasad92
11 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
Everseeker
11 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