Skip to content

Commit 860f753

Browse files
committed
Increased minimum version requirement for Selenium to 2.12.0 within setup.py.
1 parent e8d7493 commit 860f753

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

CHANGES.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,13 @@
11
Release Notes
22
=============
33

4-
1.1 (unreleased)
4+
1.1
55
----------------
6+
- Increased minimum version requirement for Selenium to 2.12.0 within
7+
setup.py. This is required due to the change towards using Selenium's
8+
Select class which was introduced starting in version 2.12.
9+
[emanlove]
10+
611
- Use Selenium's Select class within Selenium2Library's "Select *" keywords.
712
Optimization of certain "Select *" keywords to increase performance.
813
[emanlove] [schminitz]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
],
3535
install_requires = [
3636
'decorator >= 3.3.2',
37-
'selenium >= 2.8.1',
37+
'selenium >= 2.12.0',
3838
'robotframework >= 2.6.0',
3939
'docutils >= 0.8.1'
4040
],

0 commit comments

Comments
 (0)