- Pallavi ChoudharyActive particpant
- Posts : 24
Join date : 2012-05-08
how to count number of items present in dropdown
Tue May 08, 2012 6:32 pm
Hi...
I want to count the number of items present in drop down list.
i try to use xpath for count but the code is not worn=king. can any one suggest me another method in C#.
I want to count the number of items present in drop down list.
i try to use xpath for count but the code is not worn=king. can any one suggest me another method in C#.
- sharathRegular Participant
- Posts : 29
Join date : 2012-08-04
Re: how to count number of items present in dropdown
Wed Sep 05, 2012 4:39 pm
Hi Pallavi,
You can use storeXpathCount in IDE.
Example .
command - storeXpathCount
Target - (//select[@id='elementID']/option)
Value - variable
Here in target you can use the id of the drop down box element
You can use that variable using echo command
command - echo
Target - ${variable}
This will show the number of elements in the drop down box.
Hope this helps,
Thanks
Sharath
You can use storeXpathCount in IDE.
Example .
command - storeXpathCount
Target - (//select[@id='elementID']/option)
Value - variable
Here in target you can use the id of the drop down box element
You can use that variable using echo command
command - echo
Target - ${variable}
This will show the number of elements in the drop down box.
Hope this helps,
Thanks
Sharath
Permissions in this forum:
You cannot reply to topics in this forum