File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -13,10 +13,11 @@ 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 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.
20
21
Selenium 1 / Selenium RC API is not covered here.
21
22
22
23
You can’t perform that action at this time.
0 commit comments