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.

is there any way to simulate mouse event by click and hold and movemouse on the element?

SaiPradeepSaiPradeep Members
edited July 2013 in Sahi - Open Source
http://willowsystems.github.io/jSignature/#/demo/

Sahi is able to identify the canvas kind of element. But using the below method, is there any way to draw single line on this element.
Navigate to this website. if this is done,it is of great use for our project which is like exact replica of the above site.
Kindly please help me out whether there is anyother source to do as such.

_simulateMouseEventXY(_canvas("jSignature"),"mousemove",10,20);

Best Answer

  • Hi SaiPradeep,
    You can try using the _dragDrop or _dragDropXY APIs for your purpose.

    Regards.
Sign In or Register to comment.