Back to Puppeteer

ActionOptions interface

website/versioned_docs/version-24.40.0/api/puppeteer.actionoptions.md

19.2.2428 B
Original Source

ActionOptions interface

Signature

typescript
export interface ActionOptions

Properties

<table><thead><tr><th>

Property

</th><th>

Modifiers

</th><th>

Type

</th><th>

Description

</th><th>

Default

</th></tr></thead> <tbody><tr><td>

<span id="signal">signal</span>

</td><td>

optional

</td><td>

AbortSignal

</td><td>

A signal to abort the locator action.

</td><td> </td></tr> </tbody></table>