@@ -9,17 +9,15 @@ Python language bindings for Selenium WebDriver.
9
9
10
10
The `selenium ` package is used to automate web browser interaction from Python.
11
11
12
- +-----------+--------------------------------------------------------------------------------------+
13
- | **Home **: | https://selenium.dev |
14
- +-----------+--------------------------------------------------------------------------------------+
15
- | **Docs **: | `selenium package API <https://seleniumhq.github.io/selenium/docs/api/py/api.html >`_ |
16
- +-----------+--------------------------------------------------------------------------------------+
17
- | **Dev **: | https://github.com/SeleniumHQ/Selenium |
18
- +-----------+--------------------------------------------------------------------------------------+
19
- | **PyPI **: | https://pypi.org/project/selenium/ |
20
- +-----------+--------------------------------------------------------------------------------------+
21
- | **IRC **: | **#selenium ** channel on LiberaChat |
22
- +-----------+--------------------------------------------------------------------------------------+
12
+ +-----------------+--------------------------------------------------------------------------------------+
13
+ | **Home **: | https://selenium.dev |
14
+ +-----------------+--------------------------------------------------------------------------------------+
15
+ | **GitHub **: | https://github.com/SeleniumHQ/Selenium |
16
+ +-----------------+--------------------------------------------------------------------------------------+
17
+ | **PyPI **: | https://pypi.org/project/selenium/ |
18
+ +-----------------+--------------------------------------------------------------------------------------+
19
+ | **IRC/Slack **: | `Selenium chat room <https://www.selenium.dev/support/#ChatRoom >`_ |
20
+ +-----------------+--------------------------------------------------------------------------------------+
23
21
24
22
Several browsers/drivers are supported (Firefox, Chrome, Internet Explorer), as well as the Remote protocol.
25
23
@@ -142,9 +140,19 @@ Use The Source Luke!
142
140
View source code online:
143
141
144
142
+-----------+------------------------------------------------------+
145
- | official : | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
143
+ | Official : | https://github.com/SeleniumHQ/selenium/tree/trunk/py |
146
144
+-----------+------------------------------------------------------+
147
145
146
+ More Docs
147
+ =============
148
+
149
+ .. toctree ::
150
+ :maxdepth: 1
151
+
152
+ API Docs <../api.rst >
153
+
154
+ * :ref: `genindex `
155
+ * :ref: `modindex `
148
156
149
157
Contributing
150
158
=============
0 commit comments