Commit ea0a3cc6083e0ae6342aac098c7455b22e646757

Authored by selurvedu
1 parent d9b56f0e

Stick to Selenium 2.x

Showing 1 changed file with 1 additions and 0 deletions
@@ -22,6 +22,7 @@ setup(name='op_robot_tests', @@ -22,6 +22,7 @@ setup(name='op_robot_tests',
22 'robotframework-selenium2library', 22 'robotframework-selenium2library',
23 'robotframework-debuglibrary', 23 'robotframework-debuglibrary',
24 'robotframework-selenium2screenshots', 24 'robotframework-selenium2screenshots',
  25 + 'selenium < 3.0.dev0',
25 'Pillow', 26 'Pillow',
26 'iso8601', 27 'iso8601',
27 'PyYAML', 28 'PyYAML',
Please register or login to post a comment