Checks whether this element matches the given selector.
(selector: string)
| 158 | |
| 159 | /** Checks whether this element matches the given selector. */ |
| 160 | matchesSelector(selector: string): Promise<boolean>; |
| 161 | |
| 162 | /** Checks whether the element is focused. */ |
| 163 | isFocused(): Promise<boolean>; |
no outgoing calls
no test coverage detected