18 January 2026:


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

arunbalaarunbala Members
edited November -1 in Sahi - Open Source
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

Comments

  • Hi arunbala

    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
Sign In or Register to comment.