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.

Alerting Cell Values

sahiuser1sahiuser1 Members
edited January 2014 in Sahi - Open Source
Hi sir,

Could you please tell me how to alert the cell values

ie _cell(0,_near(_cell("Core Java")),_under(_cell("Cost")));
can we use alert to print the cell value
when i used _alert(_cell(0,_near(_cell("Core Java")),_under(_cell("Cost")));
it is showing ObjectHTMLTableCellElement in alert message

Best Answer

  • Hi sahiuser1,
    Please try using:
    _alert(_getText(_cell(0,_near(_cell("Core Java")),_under(_cell("Cost"))));

    Regards.

Answers

Sign In or Register to comment.