geckodriver: Make it clearer that Selenium is not the only client

Source-Repo: https://github.com/mozilla/geckodriver
Source-Revision: f3bbb57e119fb582b382ed80f081f617dd823f73

committer: GitHub <noreply@github.com>

--HG--
extra : rebase_source : 4066928056076326dd03f9dcf16b29568f66bb98
This commit is contained in:
jgraham 2017-03-09 14:25:33 +00:00
parent 14e0876e8f
commit adfde1235f

View File

@ -18,7 +18,9 @@ on [supported platforms](#supported-firefoxen).
## Supported Clients
[Selenium](https://github.com/SeleniumHQ/selenium/releases/tag/selenium-3.3.0) version 3.3 or later is required to use geckodriver.
[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.
Other clients that follow the [W3C WebDriver specification](https://w3c.github.io/webdriver/webdriver-spec.html) are also supported.
## Supported Firefoxen