File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ def test_anything(self):
39
39
from selenium .common import exceptions as selenium_exceptions
40
40
from selenium .webdriver .common .by import By
41
41
from selenium .webdriver .common .keys import Keys
42
+ from selenium .webdriver .remote .remote_connection import LOGGER
42
43
from selenium .webdriver .support .ui import Select
43
44
from seleniumbase import config as sb_config
44
45
from seleniumbase .common import decorators
@@ -58,6 +59,7 @@ def test_anything(self):
58
59
logging .getLogger ("requests" ).setLevel (logging .ERROR )
59
60
logging .getLogger ("urllib3" ).setLevel (logging .ERROR )
60
61
urllib3 .disable_warnings ()
62
+ LOGGER .setLevel (logging .WARNING )
61
63
ENI_Exception = selenium_exceptions .ElementNotInteractableException
62
64
63
65
You can’t perform that action at this time.
0 commit comments