Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Vinyzu/Botright
/ handler4
Function
handler4
tests/playwright_tests/test_browsercontext.py:146–147 ·
view source on GitHub ↗
(route, request)
Source
from the content-addressed store, hash-verified
144
await browser.route(
"**/empty.html"
,
lambda
route, request: handler(route, request, 3))
145
146
def
handler4(route, request):
147
handler(route, request, 4)
148
149
await browser.route(re.compile(
"empty.html"
), handler4)
150
Callers
nothing calls this directly
Calls
1
handler
Function · 0.85
Tested by
no test coverage detected