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.
asyncio
1 parent 0fa0980 commit fb27105Copy full SHA for fb27105
seleniumbase/undetected/cdp_driver/connection.py
@@ -295,7 +295,6 @@ async def aclose(self):
295
if self.listener and self.listener.running:
296
self.listener.cancel()
297
self.enabled_domains.clear()
298
- await asyncio.sleep(0.015)
299
try:
300
await self.websocket.close()
301
except Exception:
0 commit comments