- vysakhv90
- Posts : 1
Join date : 2013-07-11
selenium to select an option from drop down menu
Thu Jul 11, 2013 6:48 pm
Is it possible to make selenium select a 'title' among many in a drop down menu?
That is I have a windows app which gets a user input. I want selenium to select an option from a drop down menu based on what the user entered. It is not possible to select that based on CSS,Id or any other attribute since we can't predict what the user enters. So, I think the only possibility is that to search the exact string inside the drop down menu.
I could make selenium focus on that drop down and the menu is now viewable. I want the rest of the things done..Can this be implemented?If yes, Can anyone give me an idea on how to achieve that?
Would be nice if you can give me an idea based on c# since I am using it for the development.
That is I have a windows app which gets a user input. I want selenium to select an option from a drop down menu based on what the user entered. It is not possible to select that based on CSS,Id or any other attribute since we can't predict what the user enters. So, I think the only possibility is that to search the exact string inside the drop down menu.
I could make selenium focus on that drop down and the menu is now viewable. I want the rest of the things done..Can this be implemented?If yes, Can anyone give me an idea on how to achieve that?
Would be nice if you can give me an idea based on c# since I am using it for the development.
- Shyama
- Posts : 2
Join date : 2013-09-24
Re: selenium to select an option from drop down menu
Tue Sep 24, 2013 10:48 pm
Selenium can be used only for Web application not for Windows application.
- Select the “back” button of the Firefox browser to right click and Select the Option from the right click Menu in Selenium Web Driver - Java
- Using Selenium Webdriver to test drop down menu (menu within menu)
- Selecting a option tag inside a select menu
- Select drop down value in Selenium RC
- Urgent-how can i select and click on items present in combo box/drop down list box
Permissions in this forum:
You cannot reply to topics in this forum