Skip to main content
Version: Next

ActionCondition type

Signature:

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

References: ElementHandle