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.

mouse down event

krunal691krunal691 Members
edited November -1 in Sahi - Open Source
hi,

in my script i used below code


if(_condition(event.button==1)) // if (left mouse button clicked)
{ // then do this

_click(top.document.images[5]);


}


but some error massage there
"event is not defined"
so what can i do for perform this
Sign In or Register to comment.