- albert
- Posts : 3
Join date : 2011-02-16
How to automate a javascript dropdown using selenium
Wed Feb 16, 2011 7:02 am
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.
Try to add it with code block feature present in forum editor while posting any thread.
- albert
- Posts : 3
Join date : 2011-02-16
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
I provided the link to the screen shot
Where do I find tutorial for code block feature
- albert
- Posts : 3
Join date : 2011-02-16
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
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
- PriyankaRegular Participant
- Posts : 27
Join date : 2010-10-04
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]);
}
string[] text12 = selenium.GetSelectOptions("ID of DDLValuePicker");
for (int ip1 = 0; ip1 < text12.Length; ip1++)
{
Console.WriteLine(text12[ip1]);
}
Permissions in this forum:
You cannot reply to topics in this forum