Skip to main content
Version: Next

Locator.hover() method

Signature:

class Locator {
hover<ElementType extends Element>(
this: Locator<ElementType>,
options?: Readonly<ActionOptions>
): Promise<void>;
}

Parameters

Parameter

Type

Description

this

Locator<ElementType>

options

Readonly<ActionOptions>

(Optional)

Returns:

Promise<void>