18 January 2026:


This forum is now archived and is in read-only mode. Please continue discussions on our improved new Sahi Pro Community forum.



Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.

dragging the mouse and drawing a virtual box on a window

diikeediikee Members
edited November -1 in Sahi - Open Source
_setSelected(_select("whichBox"), "1");
_wait(1000);
_click(_byId("live"));--->>>Here I want to drag the mouse to draw a box, how can I do that??
_wait(1000);
_click(_link("apply"));
_wait(1000);
Sign In or Register to comment.