Interface: ProbeOptions
Defined in: index.ts:133
Options for liveness probing
Properties
timeoutMs?
optional timeoutMs: number;
Defined in: index.ts:137
Timeout in milliseconds (default: from environment or fallback)
visible?
optional visible: boolean;
Defined in: index.ts:142
Whether to check element visibility (default: true)