puppeteer/website/versioned_docs/version-20.6.0/api/puppeteer.actioncondition.md

17 lines
262 B
Markdown
Raw Normal View History

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