2023-09-13 13:47:55 +00:00
|
|
|
---
|
|
|
|
sidebar_label: LocatorEvents
|
|
|
|
---
|
|
|
|
|
|
|
|
# LocatorEvents interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface LocatorEvents extends Record<EventType, unknown>
|
|
|
|
```
|
|
|
|
|
2023-11-13 12:27:17 +00:00
|
|
|
**Extends:** Record<[EventType](./puppeteer.eventtype.md), unknown>
|
2023-09-13 13:47:55 +00:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
|
|
|
| Property | Modifiers | Type | Description | Default |
|
|
|
|
| -------- | --------- | --------- | ----------- | ------- |
|
|
|
|
| action | | undefined | | |
|