Skip to main content

Interface: MouseUpOption

Defined in: packages/core/src/interactor/MouseOption.ts:18

Extends

Properties

position?

optional position: Point

Defined in: packages/core/src/interactor/MouseOption.ts:9

A point to use relative to the top-left corner of element padding box. If not specified, uses some visible point of the element. Note that in end to end tests such as Playwright, mouse interaction location is not always pixel perfect.

Inherited from

MouseOption.position