--- sidebar_label: ActionCondition --- # ActionCondition type #### Signature: ```typescript export type ActionCondition = ( element: ElementHandle, signal: AbortSignal ) => Promise; ``` **References:** [ElementHandle](./puppeteer.elementhandle.md)