File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -8584,10 +8584,11 @@ def setUp(self, masterqa_mode=False):
8584
8584
# Verify that SeleniumBase is installed successfully
8585
8585
if not hasattr (self , "browser" ):
8586
8586
raise Exception (
8587
- """SeleniumBase plugins DID NOT load!\n \n """
8588
- """*** Please REINSTALL SeleniumBase using: >\n """
8589
- """ >>> "pip install -r requirements.txt"\n """
8590
- """ >>> "python setup.py install" """
8587
+ 'SeleniumBase plugins DID NOT load! * Please REINSTALL!\n '
8588
+ '*** Either install SeleniumBase in Dev Mode from a clone:\n '
8589
+ ' >>> "pip install -e ." (Run in DIR with setup.py)\n '
8590
+ '*** Or install the latest SeleniumBase version from PyPI:\n '
8591
+ ' >>> "pip install -U seleniumbase" (Run in any DIR)'
8591
8592
)
8592
8593
8593
8594
if not hasattr (sb_config , "_is_timeout_changed" ):
You can’t perform that action at this time.
0 commit comments