Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mozilla/geckodriver.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOndřej Machulda <ondrej.machulda@gmail.com>2017-04-02 12:42:01 +0300
committerjgraham <james@hoppipolla.co.uk>2017-04-02 14:44:48 +0300
commitfd9bf452bbef423e579c6d3f4ed03e3c063b88ca (patch)
treee548b8207a245e9f2ff2c5967ba34ab8d6d28fb9
parent6d25d383048cbf5b38eeb786f70732be697ec0fb (diff)
Update required Selenium version to 3.3.1
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index f9fc379..a26e939 100644
--- a/README.md
+++ b/README.md
@@ -18,7 +18,7 @@ on [supported platforms](#supported-firefoxen).
## Supported Clients
-[Selenium](http://docs.seleniumhq.org/) users must update to [version 3.3](https://github.com/SeleniumHQ/selenium/releases/tag/selenium-3.3.0) or later to use geckodriver.
+[Selenium](http://docs.seleniumhq.org/) users must update to [version 3.3.1](https://github.com/SeleniumHQ/selenium/releases/tag/selenium-3.3.1) or later to use geckodriver.
Other clients that follow the [W3C WebDriver specification](https://w3c.github.io/webdriver/webdriver-spec.html) are also supported.