FrameWaitForFunctionOptions interface
Signature
export interface FrameWaitForFunctionOptions
Properties
Property | Modifiers | Type | Description | Default |
|---|---|---|---|---|
| polling |
| 'raf' | 'mutation' | number | An interval at which the
| |
| signal |
| AbortSignal | A signal object that allows you to cancel a waitForFunction call. | |
| timeout |
| number | Maximum time to wait in milliseconds. Defaults to |