mirror of
https://github.com/puppeteer/puppeteer
synced 2024-06-14 14:02:48 +00:00
420 B
420 B
sidebar_label
| sidebar_label |
|---|
| Locator.hover |
Locator.hover() method
Signature:
class Locator {
abstract hover(hoverOptions?: {signal?: AbortSignal}): Promise<void>;
}
Parameters
| Parameter | Type | Description |
|---|---|---|
| hoverOptions | { signal?: AbortSignal; } | (Optional) |
Returns:
Promise<void>