Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f1bad92

Browse files
author
Baiju Muthukadan
committed
Python 3 is supported in 2.32 version onwards
1 parent 992bf08 commit f1bad92

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

source/installation.rst

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,11 @@ WebDriver in an intuitive way.
1313

1414
Selenium Python bindings provide a convenient API to access Selenium
1515
WebDrivers like Firefox, Ie and Chrome. The current supported Python
16-
versions are Python 2.6 and Python 2.7. Python 3 is not yet
17-
supported. Selenium server is a Java program. Java Runtime
18-
Environment (JRE) 1.6 or newer version is recommended to run Selenium
19-
server. This article explain using Selenium 2 with WebDriver API.
16+
versions are 2.6, 2.7, 3.2 and 3.3.
17+
18+
Selenium server is a Java program. Java Runtime Environment (JRE)
19+
1.6 or newer version is recommended to run Selenium
20+
server. This article explain using Selenium 2 WebDriver API.
2021
Selenium 1 / Selenium RC API is not covered here.
2122

2223

0 commit comments

Comments
 (0)