Upgrading to selenium==3.8.1

This commit is contained in:
Michael Mintz 2018-02-25 20:31:00 -05:00
parent d3f740c334
commit c9280da6db
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
pip>=9.0.1
setuptools>=38.5.1
ipython==5.4.1
selenium==3.8.0
selenium==3.8.1
nose==1.3.7
pytest==3.4.0
pytest-html==1.16.1

View File

@ -1,6 +1,6 @@
"""
The setup package to install SeleniumBase dependencies and plugins
(Uses the newer Selenium 3.8.0)
(Uses the newer Selenium 3.8.1)
"""
import os
@ -21,7 +21,7 @@ setup(
'pip>=9.0.1',
'setuptools>=38.5.1',
'ipython==5.4.1',
'selenium==3.8.0',
'selenium==3.8.1',
'nose==1.3.7',
'pytest==3.4.0',
'pytest-html==1.16.1',