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.
await
async
1 parent d8efc6d commit 184f079Copy full SHA for 184f079
seleniumbase/undetected/cdp_driver/connection.py
@@ -35,9 +35,6 @@
35
TargetType = Union[cdp.target.TargetInfo, cdp.target.TargetID]
36
logging.getLogger("asyncio").setLevel(logging.CRITICAL)
37
logger = logging.getLogger("uc.connection")
38
-warnings.filterwarnings(
39
- "ignore", category=RuntimeWarning, message=".*coroutine.*"
40
-)
41
42
43
class ProtocolException(Exception):
0 commit comments