puppeteer/docs/api/puppeteer.locatorevent.md

20 lines
594 B
Markdown
Raw Normal View History

2023-06-02 17:46:10 +00:00
---
2023-09-13 13:47:55 +00:00
sidebar_label: LocatorEvent
2023-06-02 17:46:10 +00:00
---
2023-09-13 13:47:55 +00:00
# LocatorEvent enum
2023-06-02 17:46:10 +00:00
All the events that a locator instance may emit.
#### Signature:
```typescript
2023-09-13 13:47:55 +00:00
export declare enum LocatorEvent
2023-06-02 17:46:10 +00:00
```
## Enumeration Members
| Member | Value | Description |
| ------ | ------------------------------- | ----------------------------------------------------------------------------------- |
| Action | <code>&quot;action&quot;</code> | Emitted every time before the locator performs an action on the located element(s). |