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 6e60ca8 commit babbcccCopy full SHA for babbccc
server_setup.py
@@ -3,7 +3,6 @@
3
(Uses the older Selenium 2.53.6 for compatibility reasons)
4
"""
5
6
-import os
7
from setuptools import setup, find_packages # noqa
8
9
setup(
@@ -60,5 +59,5 @@
60
59
}
61
)
62
63
-print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
+# print(os.system("cat seleniumbase.egg-info/PKG-INFO"))
64
print("\n*** SeleniumBase Installation Complete! ***\n")
setup.py
(Uses the newer Selenium 3.8.1)
0 commit comments