| 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 |
no outgoing calls
no test coverage detected
searching dependent graphs…