Interface: AngularInteractorOption
Defined in: angular-core/dist/index.d.mts:21
Construction options for AngularInteractor.
Extends​
DOMInteractorOption
Properties​
settleTimeoutMs?​
readonlyoptionalsettleTimeoutMs?:number
Defined in: angular-core/dist/index.d.mts:29
Upper bound (in milliseconds) on how long a single interaction waits for
the application to stabilize. Guards against apps that never stabilize
(e.g. setInterval polling inside the zone) deadlocking every
interaction; the polling waitUntil path remains the safety net.
Default Value​
3000