2023-06-12 08:11:43 +00:00
|
|
|
---
|
2023-09-19 13:03:19 +00:00
|
|
|
sidebar_label: LocatorEvent
|
2023-06-12 08:11:43 +00:00
|
|
|
---
|
|
|
|
|
2023-09-19 13:03:19 +00:00
|
|
|
# LocatorEvent enum
|
2023-06-12 08:11:43 +00:00
|
|
|
|
|
|
|
All the events that a locator instance may emit.
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
2023-09-19 13:03:19 +00:00
|
|
|
export declare enum LocatorEvent
|
2023-06-12 08:11:43 +00:00
|
|
|
```
|
|
|
|
|
|
|
|
## Enumeration Members
|
|
|
|
|
|
|
|
| Member | Value | Description |
|
|
|
|
| ------ | ------------------------------- | ----------------------------------------------------------------------------------- |
|
|
|
|
| Action | <code>"action"</code> | Emitted every time before the locator performs an action on the located element(s). |
|