2023-09-19 13:03:19 +00:00
|
|
|
---
|
|
|
|
sidebar_label: LocatorEvents
|
|
|
|
---
|
|
|
|
|
|
|
|
# LocatorEvents interface
|
|
|
|
|
|
|
|
#### Signature:
|
|
|
|
|
|
|
|
```typescript
|
|
|
|
export interface LocatorEvents extends Record<EventType, unknown>
|
|
|
|
```
|
|
|
|
|
2023-11-15 10:48:54 +00:00
|
|
|
**Extends:** Record<[EventType](./puppeteer.eventtype.md), unknown>
|
2023-09-19 13:03:19 +00:00
|
|
|
|
|
|
|
## Properties
|
|
|
|
|
2024-03-25 13:03:57 +00:00
|
|
|
<table><thead><tr><th>
|
|
|
|
|
|
|
|
Property
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Modifiers
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Type
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Description
|
|
|
|
|
|
|
|
</th><th>
|
|
|
|
|
|
|
|
Default
|
|
|
|
|
|
|
|
</th></tr></thead>
|
|
|
|
<tbody><tr><td>
|
|
|
|
|
|
|
|
action
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
undefined
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td><td>
|
|
|
|
|
|
|
|
</td></tr>
|
|
|
|
</tbody></table>
|