Troubleshooting of selenium errors: Difference between revisions
Jump to navigation
Jump to search
m
→How to resolve [WARNING]: This version of ChromeDriver only supports Chrome version xx or [WARNING]: This version of ChromeDriver has not been tested with Chrome version 86
| Line 28: | Line 28: | ||
* [https://chromedriver.chromium.org/downloads Download] the same version of ChromeDriver with the version installed on the computer or server | * [https://chromedriver.chromium.org/downloads Download] the same version of ChromeDriver with the version installed on the computer or server | ||
* You may need to stop the ChromeDriver in the process list if you could not overwrite the existing ChromeDriver file | * You may need to stop the ChromeDriver in the process list if you could not overwrite the existing ChromeDriver file | ||
** {{Win}} (1) | ** {{Win}} (1) Open the command prompt with the administrative permission (2) and keyin {{kbd | key=<nowiki>taskkill /IM "chromedriver.exe" /F</nowiki>}} to stop the ChromeDriver process | ||
** {{Linux}} | ** {{Linux}} | ||
* Overwrite the existing ChromeDriver file | * Overwrite the existing ChromeDriver file | ||