MCPcopy Create free account
hub / github.com/TheSmallHanCat/flow2api / _ClosableFakeTab

Class _ClosableFakeTab

tests/test_browser_captcha_personal.py:23–31  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22
23class _ClosableFakeTab:
24 def __init__(self):
25 self.closed = False
26
27 async def close(self):
28 self.closed = True
29
30 async def sleep(self, _seconds):
31 return None
32
33
34class _FakeWebSocket:

Calls

no outgoing calls