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