Get the computed value of the given CSS property for the element.
(property: string)
| 110 | |
| 111 | /** Get the computed value of the given CSS property for the element. */ |
| 112 | getCssValue(property: string): Promise<string>; |
| 113 | |
| 114 | /** Hovers the mouse over the element. */ |
| 115 | hover(): Promise<void>; |
no outgoing calls
no test coverage detected