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 72ca3c9 commit d47dac2Copy full SHA for d47dac2
seleniumbase/undetected/cdp_driver/connection.py
@@ -33,6 +33,7 @@
33
MAX_SIZE: int = 2**28
34
PING_TIMEOUT: int = 1800 # 30 minutes
35
TargetType = Union[cdp.target.TargetInfo, cdp.target.TargetID]
36
+logging.getLogger("asyncio").setLevel(logging.CRITICAL)
37
logger = logging.getLogger("uc.connection")
38
39
0 commit comments