Skip to content
This repository has been archived by the owner on Apr 1, 2019. It is now read-only.

Commit

Permalink
Merge pull request #67 from mcary/mention-require-in-readme
Browse files Browse the repository at this point in the history
Mention requiring the gem in the README
  • Loading branch information
flavorjones authored Jan 19, 2019
2 parents 88cd9a7 + 42f4fd7 commit 0817857
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,14 @@ This script will, if necessary, download the appropriate binary for your platfor

Individual projects can even select which version of `chromedriver` they want to run.

Make sure the gem is being required in order to configure the `Selenium::WebDriver::Chrome.driver_path`:

``` ruby
require "chromedriver-helper"
```

Otherwise you may see failures like "unable to connect to chromedriver 127.0.0.1:9515 (Selenium::WebDriver::Error::WebDriverError)" when Selenium runs the wrong executable.


# Usage

Expand Down

0 comments on commit 0817857

Please sign in to comment.