2

I was trying to run an automation script, once i ran a yellow bar appeared at the top on the screen."CHROME IS CONTROLLED BY AUTOMATED TEST SOFTWARE" enter image description here

and my scripts stopped running. I then updated the chrome driver to 2.36, now the scripts are running yet the bar is still visible.

chromeOptions.add_experimental_option("prefs",prefs)
chromeOptions.add_argument('--test-type')
chromeOptions.add_argument("--disable-infobars")
driver = webdriver.Chrome(driver_path, chrome_options=chromeOptions)
Dimple Mathew
  • 49
  • 1
  • 9

1 Answers1

0

Found a solution for it. I downloaded chrome driver 2.37 and disabled the auto-update of chrome Link to disable chrome. Uninstalled chrome65 from system. and reinstalled a lower version. Then my scripts started working.

Dimple Mathew
  • 49
  • 1
  • 9