dequelabs / axe-cli

[Deprecated] A command-line interface for the aXe accessibility testing engine
Mozilla Public License 2.0
430 stars 44 forks source link

Chromedriver crashing, possibly wrong Chrome version? #130

Closed umsteada11y closed 4 years ago

umsteada11y commented 4 years ago

I installed axe-core using npm (global), but when I try to run axe from the Windows 10 command line, I get the following error: {...path omitted}\axe-cli\node_modules\selenium-webdriver\lib\promise.js:2626

SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 78

umsteada11y commented 4 years ago

Thought I had a newer Chrome version than I did. Updated Chrome. Works fine now. :)