14,953
edits
No edit summary |
|||
| Line 26: | Line 26: | ||
== 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 == | == 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 == | ||
Situation | Situation: Updating the ChromeDriver | ||
* Before Updating, If you encounter “file in use” errors: | |||
* | ** {{Win}} Open Command Prompt as Administrator, Run command: {{kbd | key=<nowiki>taskkill /IM "chromedriver.exe" /F</nowiki>}} | ||
** {{Win}} | * Two option to update the ChromeDriver | ||
** {{Linux}} | ** Option 1: Manual Download: Download ChromeDriver from [https://chromedriver.chromium.org/downloads ChromeDriver Downloads] | ||
* | ** Option 2: Package Managers: On {{Mac}}/{{Linux}}, use [https://brew.sh/ Homebrew]. On {{Win}}, use [https://chocolatey.org/ Chocolatey]. | ||
* Ensure the version matches your installed Chrome browser. Replace the existing ChromeDriver file | |||
== References == | == References == | ||