--- sidebar_label: Locator.hover --- # Locator.hover() method #### Signature: ```typescript class Locator { hover( this: Locator, options?: Readonly ): Promise; } ``` ## Parameters | Parameter | Type | Description | | --------- | ------------------------------------------------------------- | ------------ | | this | [Locator](./puppeteer.locator.md)<ElementType> | | | options | Readonly<[ActionOptions](./puppeteer.actionoptions.md)> | _(Optional)_ | **Returns:** Promise<void>