Version:
interface
ActionabilityOptions
typescript
interface ActionabilityOptionsProperties
| Name | Type | Description |
|---|---|---|
checks? | ActionabilityCheck[] | Which checks to perform. Default: ['exists', 'visible', 'enabled', 'stable'] |
signal? | AbortSignal | AbortSignal for cancellation. |
updateInterval? | number | Interval between polls. Default: 100ms |
Was this page helpful?