Skip to content

Commit

Permalink
docs(webdriverjs): change Getting Started docs consistent with webd…
Browse files Browse the repository at this point in the history
…riverio (#419)
  • Loading branch information
michael-siek authored Jan 10, 2022
1 parent 82a84c8 commit 4d09009
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions packages/webdriverjs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,25 @@ Previous versions of this program were maintained at [dequelabs/axe-webdriverjs]

## Getting Started

Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already. For running axe-webdriverjs tests read more about [setting up your environment](CONTRIBUTING.md).
Install [Node.js](https://docs.npmjs.com/getting-started/installing-node) if you haven't already.

> Download and install any necessary browser drivers on your machine's PATH. [More on Webdriver setup](https://www.selenium.dev/documentation/en/webdriver/).
Install Selenium Webdriver: `npm install selenium-webdriver --no-save`

Install @axe-core/webdriverjs and its dependencies: `npm install @axe-core/webdriverjs`
Install @axe-core/webdriverjs and its dependencies:

NPM:

```console
npm install @axe-core/webdriverjs
```

Yarn:

```console
yarn add @axe-core/webdriverjs
```

## Usage

Expand Down

0 comments on commit 4d09009

Please sign in to comment.