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.

Toltip for Checkbox value

shiprashipra Members
edited November -1 in Sahi - Open Source
Hi,

I have to capture the tooltip defined for the checkbox value. pls let me know how it can be done.

regards,
Shipra

Comments

  • narayannarayan Administrators
    Hi Shipra,

    You need to check the title attribute or the alt attribute of the checkbox

    var $toolTip = null;
    _set($toolTip, _checkbox("id").title);
    _alert($toolTip);


    Regards,
    Narayan
Sign In or Register to comment.