There was an error while loading. Please reload this page.
1 parent e8d7493 commit 860f753Copy full SHA for 860f753
CHANGES.rst
@@ -1,8 +1,13 @@
1
Release Notes
2
=============
3
4
-1.1 (unreleased)
+1.1
5
----------------
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
+
11
- Use Selenium's Select class within Selenium2Library's "Select *" keywords.
12
Optimization of certain "Select *" keywords to increase performance.
13
[emanlove] [schminitz]
setup.py
@@ -34,7 +34,7 @@
34
],
35
install_requires = [
36
'decorator >= 3.3.2',
37
-'selenium >= 2.8.1',
+'selenium >= 2.12.0',
38
'robotframework >= 2.6.0',
39
'docutils >= 0.8.1'
40
0 commit comments