MCPcopy Create free account
hub / github.com/Vinyzu/Botright / logme

Function logme

tests/playwright_tests/test_browsercontext.py:97–99  ·  view source on GitHub ↗
(t)

Source from the content-addressed store, hash-verified

95 targets = []
96
97 def logme(t):
98 targets.append(t)
99 return 17
100
101 page = await browser.new_page()
102 await page.expose_binding("logme", lambda source, t: logme(t), handle=True)

Callers 1

Calls

no outgoing calls

Tested by

no test coverage detected