MCPcopy
hub / github.com/blitz-js/blitz / text

Method text

integration-tests/utils/browsers/playwright.ts:184–186  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

182 }
183
184 text() {
185 return this.chain((el) => el.text()) as any
186 }
187
188 type(text) {
189 return this.chain((el) => el.type(text))

Callers 1

loadPageMethod · 0.45

Calls 1

chainMethod · 0.80

Tested by

no test coverage detected