| 10 | } |
| 11 | |
| 12 | export interface ElementInfo { |
| 13 | tag: string; |
| 14 | text: string; |
| 15 | box: BoundingBox; |
| 16 | } |
| 17 | |
| 18 | export interface ActionOptions { |
| 19 | /** Timeout in milliseconds for actionability checks. Default: 30000 */ |
nothing calls this directly
no outgoing calls
no test coverage detected