Selenium WebDriver, Chrome. I am getting errors NOT IMPLEMENTED during (in the beginning and ending) running Python tests Selenium WebDriver, Chrome. I am getting errors NOT IMPLEMENTED during (in the beginning and ending) running Python tests google-chrome google-chrome

Selenium WebDriver, Chrome. I am getting errors NOT IMPLEMENTED during (in the beginning and ending) running Python tests


That's just the console output from ChromeDriver, which does't indicate anything wrong with the tests. You can silence these outputs in order to avoid them on the console. Refer this link: Silencing Chrome driver console outputs when I run my tests.