Selenium Forum: Functional And Regression Testing Tool.
Would you like to react to this message? Create an account in a few clicks or log in to continue.
Search
Display results as :
Advanced Search
Latest topics
AEM Training | Free Online DemoWed Apr 21, 2021 5:45 pmazharuddin
c# PageFactory - issue initializing elementsFri Nov 01, 2019 8:40 pmthegoatboy
Selenium making automatic connection to random urlsMon Jul 08, 2019 12:58 pmrepairtechsolutions1
How can we design the custom framework in Selenium RCMon Jun 24, 2019 2:26 pmrandybonnettes
What are the new features in Selenium 3.0Tue Jun 18, 2019 5:37 pmpappyvicky
What are you using Selenium for? Fri Apr 12, 2019 3:52 amzhl
LIMITATIONS OF SELENIUMWed Apr 10, 2019 11:23 amswara
Navigation
 Portal
 Index
 Memberlist
 Profile
 FAQ
 Search

Go down
avatar
divya_agsrdk
Professional
Professional
Posts : 93
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty To count the number of elements in a combo box.

Wed Feb 27, 2013 4:43 pm
Hi,,

Using selenium IDE, how it is possible to count the number of elements in a combo box.

Any solution?
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 5:34 pm
for drop down

Command
Select

Target
Xpath/id

Value
index/option which u want 2 select u can give
avatar
divya_agsrdk
Professional
Professional
Posts : 93
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 5:53 pm
wt dis xpath/id means .. i dont knw abt it...

whr u ll get xpath..
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 5:57 pm
u need 2 hav firebug addin to find xpath/id
avatar
divya_agsrdk
Professional
Professional
Posts : 93
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 6:01 pm
k.. by recording any options r there?

wt s xapth.. unique id of the element?
avatar
adityac
Professional
Professional
Posts : 101
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 6:04 pm
yaa u cn get xpath by recording..... bt writing xpath is good in practice Smile
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 38
Location : Denver, CO

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Wed Feb 27, 2013 10:18 pm
storeXpathCount could probably do what you are asking for
avatar
divya_agsrdk
Professional
Professional
Posts : 93
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Fri Mar 01, 2013 10:11 am
how xpath can get by recording... this is my pgm... how to get the id of dropdown list





avatar
divya_agsrdk
Professional
Professional
Posts : 93
Join date : 2013-01-17

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Fri Mar 01, 2013 10:19 am
i tried like this by entering,

storeXpathCount css=html a
echo ${a}

Got ERROR:

[error] Locator does not use XPath strategy: css=html
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 38
Location : Denver, CO

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Fri Mar 01, 2013 11:40 am
To use the storeXPathCount command you have to use XPath...not CSS. Your combo box does not have an ID. This makes it difficult to identify the elements in it. The commands you could use are this:

storeXPathCount | //div[@id='p5028']/div/div/div['+x+']/div/select| x
echo| ${x}

storeCssCount | css=select| x
echo | ${x}

Unfortunately,I tried both of these commands and they only return '1'.
avatar
ccox
Master
Master
Posts : 205
Join date : 2012-01-06
Age : 38
Location : Denver, CO

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Fri Mar 01, 2013 11:54 am
Also when you record an element using the IDE version, on the target field there is typically a drop down. With that drop down, you can switch to the xpath.
Sponsored content

To count the number of elements in a combo box.  Empty Re: To count the number of elements in a combo box.

Back to top
Permissions in this forum:
You cannot reply to topics in this forum