@@ -13,7 +13,7 @@ WebDriver in an intuitive way.
13
13
14
14
Selenium Python bindings provide a convenient API to access Selenium
15
15
WebDrivers like Firefox, Ie, Chrome, Remote etc. The current supported
16
- Python versions are 2.7, 3.2 and above.
16
+ Python versions are 2.7, 3.5 and above.
17
17
18
18
This documentation explains Selenium 2 WebDriver API. Selenium
19
19
1 / Selenium RC API is not covered here.
@@ -26,15 +26,15 @@ You can download Python bindings for Selenium from the `PyPI page for
26
26
selenium package <https://pypi.python.org/pypi/selenium> `_. However,
27
27
a better approach would be to use
28
28
`pip <https://pip.pypa.io/en/latest/installing/ >`_ to
29
- install the selenium package. Python 3.5 has pip available in the
30
- `standard library <https://docs.python.org/3.5 /installing/index.html >`_.
29
+ install the selenium package. Python 3.6 has pip available in the
30
+ `standard library <https://docs.python.org/3.6 /installing/index.html >`_.
31
31
Using `pip `, you can install selenium like this::
32
32
33
33
pip install selenium
34
34
35
35
You may consider using `virtualenv <http://www.virtualenv.org >`_
36
- to create isolated Python environments. Python 3.5 has `pyvenv
37
- <https://docs.python.org/3.5 /using/scripts.html#scripts-pyvenv> `_
36
+ to create isolated Python environments. Python 3.6 has `pyvenv
37
+ <https://docs.python.org/3.6 /using/scripts.html#scripts-pyvenv> `_
38
38
which is almost same as virtualenv.
39
39
40
40
Drivers
@@ -65,7 +65,7 @@ Detailed instructions for Windows users
65
65
66
66
You should have internet connection to perform this installation.
67
67
68
- 1. Install Python 3.5 using the `MSI available in python.org download
68
+ 1. Install Python 3.6 using the `MSI available in python.org download
69
69
page <http://www.python.org/download> `_.
70
70
71
71
2. Start a command prompt using the ``cmd.exe `` program and run the
0 commit comments