Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
15
class
_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
23
class
_ClosableFakeTab:
Callers
2
test_tab_evaluate_normalizes_deep_serialized_remote_object
Method · 0.85
test_execute_recaptcha_on_tab_accepts_remote_object_success_result
Method · 0.85
Calls
no outgoing calls
Tested by
2
test_tab_evaluate_normalizes_deep_serialized_remote_object
Method · 0.68
test_execute_recaptcha_on_tab_accepts_remote_object_success_result
Method · 0.68