Checks whether the element is focused.
()
| 161 | |
| 162 | /** Checks whether the element is focused. */ |
| 163 | isFocused(): Promise<boolean>; |
| 164 | |
| 165 | /** Sets the value of a property of an input. */ |
| 166 | setInputValue(value: string): Promise<void>; |
no outgoing calls
no test coverage detected