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.

right click and double click

stormstorm Members
edited January 2009 in Sahi - Open Source
How do I record right click and double click operations?
Any help would really be appreciated.

Thank you.

Sean

Comments

  • narayannarayan Administrators
    _rightClick(element);
    _doubleClick(element);
    
    should do it in most cases.
Sign In or Register to comment.