MCPcopy
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

runTestsFunction · 0.45
runTestsFunction · 0.45
runTestsFunction · 0.45

Calls 1

updateChainMethod · 0.95

Tested by 3

runTestsFunction · 0.36
runTestsFunction · 0.36
runTestsFunction · 0.36