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

Method getComputedCss

test/lib/browsers/playwright.ts:61–61  ·  view source on GitHub ↗
(prop: string)

Source from the content-addressed store, hash-verified

59
60interface ElementHandleExt extends ElementHandle {
61 getComputedCss(prop: string): Promise<string>
62 text(): Promise<string>
63}
64

Callers 15

runTestsFunction · 0.65
runTestsFunction · 0.65
index.test.tsFile · 0.65
theme-ui.test.tsFile · 0.65
getComputedCssMethod · 0.65
index.test.tsFile · 0.65

Implementers 1

Playwrighttest/lib/browsers/playwright.ts

Calls

no outgoing calls

Tested by 3

runTestsFunction · 0.52
runTestsFunction · 0.52
checkFunction · 0.52