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