dequelabs / axe-cli

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

Axe only works with Chrome version must be between 71 and 75 #104

Closed bolonio closed 5 years ago

bolonio commented 5 years ago

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 :)

marcinkrzeminski commented 5 years ago

Hey @bolonio

Having the same issue.

What I did to quickly fix it on my local.

  1. Clone the repo
  2. Open package.json and update the chromedriver dependency to match your needs. In my case "chromedriver": "^76", works just fine.
  3. yarn install
  4. npm link

After those steps I was able to run axe from the cli.

Hope that helps ;).

thedrow commented 5 years ago

That's a workaround but not a fix. Can we please fix it?

bolonio commented 5 years ago

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 :)

straker commented 5 years ago

Closed via #105

thedrow commented 5 years ago

Can we please release a new version?

straker commented 5 years ago

Version 3.1.1. was released with the updated chromedriver