Gets the value of a property of an element.
(name: string)
| 155 | |
| 156 | /** Gets the value of a property of an element. */ |
| 157 | getProperty<T = any>(name: string): Promise<T>; |
| 158 | |
| 159 | /** Checks whether this element matches the given selector. */ |
| 160 | matchesSelector(selector: string): Promise<boolean>; |
no outgoing calls
no test coverage detected