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

Class _FakeTab

tests/test_browser_captcha_personal.py:15–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13
14
15class _FakeTab:
16 def __init__(self, result):
17 self._result = result
18
19 async def evaluate(self, expression, await_promise=False, return_by_value=False):
20 return self._result
21
22
23class _ClosableFakeTab:

Calls

no outgoing calls