puppeteer/website/versioned_docs/version-22.8.1/api/puppeteer.locatorevent.md

44 lines
466 B
Markdown
Raw Normal View History

---
sidebar_label: LocatorEvent
---
# 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>