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.
validation for elements
HI,
I will give the scenario. Pls provide me the solution.
I entered digits in the edit box, like 1 or 2 or 3. That much count combo boxes will appear below that edit box.
How to validate this.
Can i get the table. I dont knwo which technique have to use for this?
Thnx
I will give the scenario. Pls provide me the solution.
I entered digits in the edit box, like 1 or 2 or 3. That much count combo boxes will appear below that edit box.
How to validate this.
Can i get the table. I dont knwo which technique have to use for this?
Thnx
Comments
you can get the table or more specific the rowcount by _table("identifier").rows.length. If you want to validate that there are 3 comboboxs, you could use the _count() Api
Regards
Wormi