Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blitz-js/blitz
/ log
Method
log
integration-tests/utils/browsers/selenium.ts:322–324 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
320
}
321
322
async
log() {
323
return
this.chain(() => browser.manage().logs().get(
"browser"
)) as any
324
}
325
326
async
url() {
327
return
this.chain(() => browser.getCurrentUrl()) as any
Callers
1
setup
Method · 0.45
Calls
2
chain
Method · 0.80
get
Method · 0.45
Tested by
no test coverage detected