diff --git a/docs/index.html b/docs/index.html index 27a597bde..f5308e0fa 100644 --- a/docs/index.html +++ b/docs/index.html @@ -2,7 +2,7 @@
- +Contents
+Contents
SeleniumLibrary is a web testing library for Robot Framework that -utilizes the Selenium tool internally. The project is hosted on GitHub +utilizes the Selenium tool internally. The project is hosted on GitHub and downloads can be found from PyPI.
SeleniumLibrary works with Selenium 3. It supports Python 2.7 as well as Python 3.4 or newer. In addition to the normal Python interpreter, it -works also with PyPy and Jython. Unfortunately Selenium is not +works also with PyPy and Jython. Unfortunately Selenium is not currently supported by IronPython and thus this library does not work with IronPython either.
SeleniumLibrary is based on the old SeleniumLibrary that was forked to