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)