@@ -9,17 +9,17 @@ Python language bindings for Selenium WebDriver.
9
9
10
10
The `selenium ` package is used automate web browser interaction from Python.
11
11
12
- +-----------+-----------------------------------------------------------------------------------+
13
- | **Home **: | http://www.seleniumhq.org |
14
- +-----------+-----------------------------------------------------------------------------------+
15
- | **Docs **: | `selenium package API <http://selenium.googlecode.com/git /docs/api/py/api.html >`_ |
16
- +-----------+-----------------------------------------------------------------------------------+
17
- | **Dev **: | https://github.com/SeleniumHQ/Selenium |
18
- +-----------+-----------------------------------------------------------------------------------+
19
- | **PyPI **: | https://pypi.python.org/pypi/selenium |
20
- +-----------+-----------------------------------------------------------------------------------+
21
- | **IRC **: | **#selenium ** channel on freenode |
22
- +-----------+-----------------------------------------------------------------------------------+
12
+ +-----------+------------------------------------------------------------------------------------- +
13
+ | **Home **: | http://www.seleniumhq.org |
14
+ +-----------+------------------------------------------------------------------------------------- +
15
+ | **Docs **: | `selenium package API <http://seleniumhq.github.io/selenium /docs/api/py/api.html >`_ |
16
+ +-----------+------------------------------------------------------------------------------------- +
17
+ | **Dev **: | https://github.com/SeleniumHQ/Selenium |
18
+ +-----------+------------------------------------------------------------------------------------- +
19
+ | **PyPI **: | https://pypi.python.org/pypi/selenium |
20
+ +-----------+------------------------------------------------------------------------------------- +
21
+ | **IRC **: | **#selenium ** channel on freenode |
22
+ +-----------+------------------------------------------------------------------------------------- +
23
23
24
24
Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer, PhantomJS), as well as the Remote protocol.
25
25
0 commit comments