This is a migrated thread and some comments may be shown as answers.

Not able to select a dropdown value using selenium automation.

1 Answer 769 Views
DropDownList
This is a migrated thread and some comments may be shown as answers.
Ramesh
Top achievements
Rank 1
Ramesh asked on 26 Nov 2013, 07:20 AM
Hi ,

I am facing an issue to select a dropdown value using selenium. Please suggest how can we automate to select kendo ui dropdown value using selenium.


1 Answer, 1 is accepted

Sort by
0
Petur Subev
Telerik team
answered on 27 Nov 2013, 01:43 PM
Hello Ramesh,

Please keep in mind that questions not related to KendoUI but to third party libraries / frameworks are not discussed on these forums. 

However I assume you are searching for a way to set the DropDownList value programatically, if so the correct way is to use the value method of the client object of the DropDownList.

Here is an example:

http://docs.kendoui.com/api/web/dropdownlist#methods-value

Regards,
Petur Subev
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
DropDownList
Asked by
Ramesh
Top achievements
Rank 1
Answers by
Petur Subev
Telerik team
Share this question
or