Code
Hub
Workspaces
Connect your AI tool
Indexed graphs
Engine
MCP
copy
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
60
interface
ElementHandleExt extends ElementHandle {
61
getComputedCss(prop: string): Promise<string>
62
text(): Promise<string>
63
}
64
65
export
type
ElementByCssOpts = {
66
timeout?: number
Callers
16
runTests
Function · 0.65
runTests
Function · 0.65
index.test.ts
File · 0.65
experimental-lightningcss.test.ts
File · 0.65
hmr-shared-css.test.ts
File · 0.65
tailwind-jit.test.ts
File · 0.65
next-dynamic.test.ts
File · 0.65
theme-ui.test.ts
File · 0.65
fetchStyleSheet
Function · 0.65
fetchServerAction
Function · 0.65
index.js
File · 0.65
index.js
File · 0.65
Implementers
1
Playwright
test/lib/browsers/playwright.ts
Calls
no outgoing calls
Tested by
no test coverage detected