Back to Puppeteer

LocatorEvent enum

docs/api/puppeteer.locatorevent.md

19.2.2426 B
Original Source

LocatorEvent enum

All the events that a locator instance may emit.

Signature

typescript
export declare enum LocatorEvent

Enumeration Members

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

Member

</th><th>

Value

</th><th>

Description

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

Action

</td><td>

"action"

</td><td>

Emitted every time before the locator performs an action on the located element(s).

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