Skip to content

Commit

Permalink
docs: we do not support safari (#309)
Browse files Browse the repository at this point in the history
  • Loading branch information
AdnoC committed Apr 28, 2023
1 parent bb0471d commit efd9226
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/axe-core-capybara/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,7 @@ The configure method takes 1 optional argument as a [symbol][] and a configurat

The optional argument is a browser name for `capybara`. The valid browser names are:
- `:firefox` (default)
- `:chrome`
- `:safari`
- `:chrome`

> Note: Please ensure respective drivers (eg: [`geckodriver`][]) are installed in your machine.
Expand Down Expand Up @@ -66,4 +65,4 @@ bundle exec rspec
[axe API]: https://github.com/dequelabs/axe-core/blob/develop/doc/API.md
[Capybara Webdriver]: https://github.com/teamcapybara/capybara/
[`geckodriver`]: https://github.com/mozilla/geckodriver/releases
[symbol]: https://ruby-doc.org/core-2.5.0/Symbol.html
[symbol]: https://ruby-doc.org/core-2.5.0/Symbol.html

0 comments on commit efd9226

Please sign in to comment.