Forum Discussion

david_bird's avatar
david_bird
Occasional Contributor
12 years ago

Issue with opening web page in Chrome

I'm using TestComplete 9.30 so it's got the Chrome 27 patches. Even so, Chrome is still breaking my script for opening a website. IE opens with about:blank highlighted in the address bar, which...
  • jeffrey_crowley's avatar
    12 years ago
    What I would suggest is to record a script where you launch Chrome and browse to the desired URL. Stop recording and compare that code to what you have written and see if you find the difference that is causing the problem. Next I would try isolating the code that launches the browser in your existing script, put it into a new script and see if you can get it working in a simple/minimal scenario.There's also the help documentation with examples that you can look through.