S_Lecault
8 months agoNew Contributor
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 bro...
- 8 months ago
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