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 3cedb5a commit 201d762Copy full SHA for 201d762
seleniumbase/fixtures/base_case.py
@@ -54,6 +54,8 @@ def test_anything(self):
54
from seleniumbase.fixtures import page_actions
55
from seleniumbase.fixtures import page_utils
56
from seleniumbase.fixtures import xpath_to_css
57
+logging.getLogger("requests").setLevel(logging.ERROR)
58
+logging.getLogger("urllib3").setLevel(logging.ERROR)
59
urllib3.disable_warnings()
60
ENI_Exception = selenium_exceptions.ElementNotInteractableException
61
0 commit comments