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.
row count on datagrid view for flex application using sahi_pro
Hi, I am working on a flex application with sahi_pro.
I want to calculate the total no of rows in a datagrid view control.
I already tried it using below code and some other code also but still i have no luck on it.
$rowCount = 0;
_set($rowCount, _table("_f("AABC").vbox("reviewContainer")").rows.length);
_alert($rowCount);
I want to calculate the total no of rows in a datagrid view control.
I already tried it using below code and some other code also but still i have no luck on it.
$rowCount = 0;
_set($rowCount, _table("_f("AABC").vbox("reviewContainer")").rows.length);
_alert($rowCount);
Comments
you can find detail at here - http://blog.sahi.co.in/search?q=_count