Skip to content

ScreenCILocatorHoverOptions

ScreenCILocatorHoverOptions = Omit<NonNullable<Parameters<Locator["hover"]>[0]>, "steps"> & CursorActionMoveOptions & object

Defined in: types.ts:716

optional duration?: number

How long to hold the hover in ms (default: 1000).

optional position?: object

x: number

y: number