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
albert
Posts : 3
Join date : 2011-02-16

How to automate a javascript dropdown using selenium Empty How to automate a javascript dropdown using selenium

Wed Feb 16, 2011 7:02 am
Hello Forumotion.com

I have the following code on a contact us page


How to automate so that selenium can find an object

How to automate a javascript dropdown using selenium Empty Re: How to automate a javascript dropdown using selenium

Wed Feb 16, 2011 8:07 pm
where is code?

Try to add it with code block feature present in forum editor while posting any thread.
avatar
albert
Posts : 3
Join date : 2011-02-16

How to automate a javascript dropdown using selenium Empty Re: How to automate a javascript dropdown using selenium

Wed Feb 16, 2011 9:11 pm
https://i.servimg.com/u/f79/16/19/66/63/start_11.gif

I provided the link to the screen shot

Where do I find tutorial for code block feature
avatar
albert
Posts : 3
Join date : 2011-02-16

How to automate a javascript dropdown using selenium Empty Re: How to automate a javascript dropdown using selenium

Wed Feb 16, 2011 9:21 pm
I attached another image, the code

the code on the page

    864 is a random number id, different every time the page reloads

    https://i.servimg.com/u/f79/16/19/66/63/start_12.gif
avatar
Priyanka
Regular Participant
Regular Participant
Posts : 27
Join date : 2010-10-04

How to automate a javascript dropdown using selenium Empty Re: How to automate a javascript dropdown using selenium

Fri Mar 04, 2011 12:20 pm
In C# i have used this code to get the drop down values.

string[] text12 = selenium.GetSelectOptions("ID of DDLValuePicker");

for (int ip1 = 0; ip1 < text12.Length; ip1++)
{
Console.WriteLine(text12[ip1]);

}
Sponsored content

How to automate a javascript dropdown using selenium Empty Re: How to automate a javascript dropdown using selenium

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