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.
How to capture number of rows in a table
Hi,
I have just started using Sahi. I want to know whether we can capture the number of rows a table has.
Thanks,
Neelima
I have just started using Sahi. I want to know whether we can capture the number of rows a table has.
Thanks,
Neelima
Comments
You could use it like this:
Regards,
Narayan
I'm using sahi driver with java (the junit testcase). Could you tell me how can I get the same result
of getting number rows of table in java code ?
You can use: browser.fetch("_sahi._table('tableName').rows.length");
Regards
Sumitra