Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blitz-js/blitz
/ url
Method
url
integration-tests/utils/wd-chain.ts:118–120 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
116
}
117
118
url() {
119
return
this.updateChain(() => this.browser.getCurrentUrl())
120
}
121
122
back() {
123
return
this.updateChain(() => this.browser.navigate().back())
Callers
1
runTests
Function · 0.45
Calls
1
updateChain
Method · 0.95
Tested by
1
runTests
Function · 0.36