We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f740c commit c9280daCopy full SHA for c9280da
requirements.txt
@@ -1,7 +1,7 @@
1
pip>=9.0.1
2
setuptools>=38.5.1
3
ipython==5.4.1
4
-selenium==3.8.0
+selenium==3.8.1
5
nose==1.3.7
6
pytest==3.4.0
7
pytest-html==1.16.1
setup.py
@@ -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 @@
21
'pip>=9.0.1',
22
'setuptools>=38.5.1',
23
'ipython==5.4.1',
24
- 'selenium==3.8.0',
+ 'selenium==3.8.1',
25
'nose==1.3.7',
26
'pytest==3.4.0',
27
'pytest-html==1.16.1',
0 commit comments