-
Notifications
You must be signed in to change notification settings - Fork 69
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
axe-cli fails with Chrome 98 #450
Comments
It's not clear whether #448 will fix this |
Hey @acdha, Thank you for submitting this issue. If you could locate the ChromeDriver executable, open it and you may need to enable the prompt that will appear under "Allow apps downloaded from" Check the version: chromedriver --version
ChromeDriver 98.0.4758.80 Edit: if the the above does not succeed, please try to pass the path of the ChromeDriver to the CLI tool: axe www.google.com --chromedriver-path /usr/local/bin/chromedriver I have raised an issue: #452 a PR will follow shortly. |
Here's the chromedriver version: cadams@Galatea ~> chromedriver --version
ChromeDriver 98.0.4758.80 (7f0488e8ba0d8e019187c6325a16c29d9b7f4989-refs/branch-heads/4758@{#972})
cadams@Galatea ~> axe www.google.com --chromedriver-path (which chromedriver) --show-errors
Running axe-core 4.4.1 in chrome-headless
Error: "session not created: This version of ChromeDriver only supports Chrome version 96\nCurrent browser version is 98.0.4758.80 with binary path /Applications/Google Chrome.app/Contents/MacOS/Google Chrome"
$s SessionNotCreatedError: session not created: This version of ChromeDriver only supports Chrome version 96 |
@acdha try install cli with |
Hey @acdha, Apologies for the delay, we recently merged a PR to fix the ChromeDriver issue (to use |
Validated during latest patch release testing for (4.4.1-alpha.252) |
Product: cli
Expectation: CLI runs
Actual:
With a fresh install of Chrome, ChromeDriver, and
npm install @axe-core/cli -g
today:Motivation: << Describe why you want the behavior to be changed >>
The text was updated successfully, but these errors were encountered: