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.
Last Column in Table not recognized
When I try to get the data from a table using the following:
_getText(_cell(0, _under(_tableHeader("SMITH ACADEMY"))))
I get Error: The parameter passed to _getText was not found on the browser
This is the last column in the table, but the other columns work fine. For example using this get's me the data:
_getText(_cell(_table(3), 0, 2)) = "SMITH ACADEMY"
_getText(_cell(_table(3), 1, 2)) = 19
But, the reason I want to use the above, is because the table has no id, and I can loop through the rows using _under the table headers.
Thank you for looking at this query.
_getText(_cell(0, _under(_tableHeader("SMITH ACADEMY"))))
I get Error: The parameter passed to _getText was not found on the browser
This is the last column in the table, but the other columns work fine. For example using this get's me the data:
_getText(_cell(_table(3), 0, 2)) = "SMITH ACADEMY"
_getText(_cell(_table(3), 1, 2)) = 19
But, the reason I want to use the above, is because the table has no id, and I can loop through the rows using _under the table headers.
Thank you for looking at this query.