Skip to content

Commit

Permalink
docs: solution for ChromeDriver version mismatch
Browse files Browse the repository at this point in the history
  • Loading branch information
guansss committed Dec 15, 2023
1 parent ba103ba commit 31317b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions DEVELOPMENT.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,8 @@ Or run the tests and update snapshots:
npm run test:u
```

If you get an error like `This version of ChromeDriver only supports Chrome version XX`, you need to either upgrade or downgrade your Chrome browser to match that version, or run `npm install chromedriver@<version>` to install the correct version of ChromeDriver (don't commit this change if you are contributing to this project!).

## Playground

The playground is for debugging and testing. To run the playground:
Expand Down

0 comments on commit 31317b3

Please sign in to comment.