ScreenCILocatorHoverOptions
ScreenCILocatorHoverOptions =
Omit<NonNullable<Parameters<Locator["hover"]>[0]>,"steps"> &CursorActionMoveOptions&object
Defined in: types.ts:716
Type Declaration
Section titled “Type Declaration”duration?
Section titled “duration?”
optionalduration?:number
How long to hold the hover in ms (default: 1000).
position?
Section titled “position?”
optionalposition?:object
position.x
Section titled “position.x”x:
number
position.y
Section titled “position.y”y:
number