Closed bolonio closed 5 years ago
Hey @bolonio
Having the same issue.
What I did to quickly fix it on my local.
package.json
and update the chromedriver
dependency to match your needs. In my case "chromedriver": "^76",
works just fine.yarn install
npm link
After those steps I was able to run axe from the cli.
Hope that helps ;).
That's a workaround but not a fix. Can we please fix it?
Hi @marcinkrzeminski,
Thanks for the answer, but as @thedrow mentioned, that's definitely a workaround. I think this should be fixed (supported) by the core team.
There's even a PR open (https://github.com/dequelabs/axe-cli/pull/105)
Thanks anyway :)
Closed via #105
Can we please release a new version?
Version 3.1.1. was released with the updated chromedriver
When running axe in the terminal, I got the error:
SessionNotCreatedError: session not created: Chrome version must be between 71 and 75
Could you please upgrade the version of Chrome supported?
Thanks :)