18 January 2026:
Sahi Pro is an enterprise grade test automation platform which can automate web, mobile, API, windows and java based applications and SAP.
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
Hi,
I have to capture the tooltip defined for the checkbox value. pls let me know how it can be done.
regards,
Shipra
I have to capture the tooltip defined for the checkbox value. pls let me know how it can be done.
regards,
Shipra
Comments
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