MCPcopy
hub / github.com/vercel/next.js / ElementHandleExt

Interface ElementHandleExt

test/lib/browsers/playwright.ts:60–63  ·  test/lib/browsers/playwright.ts::ElementHandleExt

Source from the content-addressed store, hash-verified

58}
59
60interface ElementHandleExt extends ElementHandle {
61 getComputedCss(prop: string): Promise<string>
62 text(): Promise<string>
63}
64
65export type ElementByCssOpts = {
66 timeout?: number

Callers 16

runTestsFunction · 0.65
runTestsFunction · 0.65
index.test.tsFile · 0.65
theme-ui.test.tsFile · 0.65
fetchStyleSheetFunction · 0.65
fetchServerActionFunction · 0.65
index.jsFile · 0.65
index.jsFile · 0.65

Implementers 1

Playwrighttest/lib/browsers/playwright.ts

Calls

no outgoing calls

Tested by

no test coverage detected