Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/blitz-js/blitz
/ click
Method
click
integration-tests/utils/wd-chain.ts:81–85 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
79
}
80
81
click() {
82
return
this.updateChain((el) => {
83
return
el.click().then(() => el)
84
})
85
}
86
87
elementsByCss(sel) {
88
return
this.updateChain(() => this.browser.findElements(By.css(sel)))
Callers
5
runTests
Function · 0.45
runTests
Function · 0.45
runTests
Function · 0.45
error-boundary.test.tsx
File · 0.45
error-boundary-hook.test.tsx
File · 0.45
Calls
1
updateChain
Method · 0.95
Tested by
3
runTests
Function · 0.36
runTests
Function · 0.36
runTests
Function · 0.36