Chrome browser starts with Sad Face
Struggling with existing test scripts starting a Chrome Browser.
The code works fine on my laptop, but other team members have different behaviors.
I use Browsers.item[chrome].Run() to start my browser. Where it fails, Chrome starts, one empty tab page with a sad face. No mather what I try to open on the browser links, new tabs, it is like we have not internet or no priviledge at all.
I did go through configuration steps. The TestComplete extension is colored on Chrome, the TestComplete has Desktop, web amd Mobile Extensions installed and ticked.
Running TestComplete and Testexecute 15.71
on Windows 11 with 125.0.6422
Any suggestions is welcome
If Python is your chosen language, then the correct call should be either -
Browsers.Item[btChrome].Run("https://www.w3schools.com/"); # Using predefined browser type constants # OR Browsers.Item["chrome"].Run("https://www.w3schools.com/"); # Using the browser's file name
Refer to https://support.smartbear.com/testcomplete/docs/general-info/configuring/index.html as you may need to configure your system, depending on your access