x Deprecated - SUI Mouse Position (sui:mouse-position) / deprecated

x Deprecated - SUI Mouse Position (sui:mouse-position) / deprecated

This Action hovers the Mouse cursor over a PageObject. By adding offset we can move the cursor further away of the Element.

Deprecated In


Usage:


<sui:mouse-position pageId=""? position=""? offset=""?/>

! -mandatory , ? - optional

  • pageId or position must be provided

Example:

Example

Behaviour

<sui:mouse-position pageId="mouseHoverDropdown"/>

Hovers mouse over the given pageId


<sui:mouse-position pageId="mouseHoverDropdown" position="400"/>

Moves mouse first to the pageObject and then moves it 400 pixels away from it on x axis

<sui:mouse-position position="400:500"/>
Moves mouse to location x = 400 pixels and y = 500 pixels