Forum Discussion
nh905
Oct 11, 2021Copper Contributor
Jacky011, I have been seeing a growing number of error messages from the Selenium Chromedriver, including the one you show. The instructions at https://stackoverflow.com/questions/69441767/error-using-selenium-chrome-webdriver-with-python suppressed the irrelevant messages. My code was creating the webdriver instance and passing the location of chromedriver.exe. I added the options= and options.add lines first, then added ", options=options" to the line where I created the webdriver instance.