MCPcopy
hub / github.com/browser-use/browser-harness / send_raw

Method send_raw

tests/unit/test_daemon.py:12–15  ·  view source on GitHub ↗
(self, method, params=None, session_id=None)

Source from the content-addressed store, hash-verified

10 self.calls = [] # list of (method, params, session_id)
11
12 async def send_raw(self, method, params=None, session_id=None):
13 self.calls.append((method, params, session_id))
14 # Set-session/initial-attach paths only need a benign response.
15 return {}
16
17
18def _fresh_daemon():

Callers 5

attach_first_pageMethod · 0.45
enable_oneMethod · 0.45
tapMethod · 0.45
handleMethod · 0.45
disable_oldMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected