Skip to main content
Version: 20.7.2

ActionCondition type

Signature:

export type ActionCondition = (
element: ElementHandle,
signal: AbortSignal
) => Promise<void>;

References: ElementHandle