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.
Accessor Functions
Hi All
I'am new to sahi. I 'am trying to use All the functions provided by sahi tool so that i can implement them for my application. But i'am facing trouble in using Accessor Functions . can any one help me how to use Accessor Functions.
with regards
Ganu
I'am new to sahi. I 'am trying to use All the functions provided by sahi tool so that i can implement them for my application. But i'am facing trouble in using Accessor Functions . can any one help me how to use Accessor Functions.
with regards
Ganu
Comments
Can you explain what you tried and what problem you faced?
-Narayan
thanks for the responce. Actually my application consists of tables in which i need to find the row and column numbers. so i have tried the Accessor Functions, in which i have used getRowIndexWith(txt, tableEl).
example:
var $x;
$x = getRowIndexWith("abc", "tablename");
but it is giving an error as table name not defined.
any help for retrieving the column number even is also help full for me.
with regards
ganu