Skip to content

Commit

Permalink
Merge pull request #25 from sveneisenschmidt/v3.3.1
Browse files Browse the repository at this point in the history
Upgrade selenium to 3.3.1
  • Loading branch information
asgrim authored Mar 23, 2017
2 parents 47f62d6 + c5e734d commit 6d8ae78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ $ bin/selenium-server-standalone -port 4445
## Known Issues

1. Arguments/Web Driver configuration
Due changes how Selenium handles arguments/system properties (see [Issue #2566](https://github.com/SeleniumHQ/selenium/issues/2566)), system properties (-D...) can not be passed though the `bin/selenium-server-standalone` file anymore, this affects mostly the web driver argument (`-Dwebdriver.*.driver`) (see [Issue #17](https://github.com/sveneisenschmidt/selenium-server-standalone/issues)). The problem is solved by having the driver in your `PATH` variable.
Due to changes how Selenium handles arguments/system properties (see [Issue #2566](https://github.com/SeleniumHQ/selenium/issues/2566)), system properties (-D...) can not be passed though the `bin/selenium-server-standalone` file anymore, this affects mostly the web driver argument (`-Dwebdriver.*.driver`) (see [Issue #17](https://github.com/sveneisenschmidt/selenium-server-standalone/issues)). The problem is solved by having the driver in your `PATH` variable.

## Tests

Expand All @@ -44,4 +44,4 @@ bin/phpunit
```

Release numbers are synchronised with the Selenium versions.
Version of this release is *v3.2.0*
Version of this release is *v3.3.1*
Binary file modified bin/selenium-server-standalone.jar
Binary file not shown.

0 comments on commit 6d8ae78

Please sign in to comment.