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

feat: add option `chromedriver-path` #123

Closed straker closed 4 years ago

straker commented 4 years ago

Add option to CLI to specify the path to the desired ChromeDriver. Allows users to use the specific version of the ChromeDriver that is compatible with their version of Chrome.

axe dequeuniversity --chromedriver-path "path/to/driver"

Closes issue: #103

Reviewer checks

Required fields, to be filled out by PR reviewer(s)