puppeteer/docs/api/puppeteer.locator.hover.md

24 lines
420 B
Markdown
Raw Normal View History

2023-06-02 17:46:10 +00:00
---
sidebar_label: Locator.hover
---
# Locator.hover() method
#### Signature:
```typescript
class Locator {
2023-06-07 10:45:02 +00:00
abstract hover(hoverOptions?: {signal?: AbortSignal}): Promise<void>;
2023-06-02 17:46:10 +00:00
}
```
## Parameters
| Parameter | Type | Description |
| ------------ | ------------------------- | ------------ |
| hoverOptions | { signal?: AbortSignal; } | _(Optional)_ |
**Returns:**
Promise&lt;void&gt;