- anbarasiAmateur
- Posts : 49
Join date : 2012-04-30
Age : 36
Location : chennai
cant able to select drop down otions
Thu Apr 13, 2017 6:08 pm
can any one say y i cant able to select the options in drop down list
abc= new FirefoxDriver();
abc.manage().window().maximize();
abc.get("http://www...........");
Thread.sleep(6000);
Select dropdown = new Select(drop.findElement(By.xpath(".//*[@id='ddlsalution']")));
dropdown.selectByValue("Ms");
abc= new FirefoxDriver();
abc.manage().window().maximize();
abc.get("http://www...........");
Thread.sleep(6000);
Select dropdown = new Select(drop.findElement(By.xpath(".//*[@id='ddlsalution']")));
dropdown.selectByValue("Ms");
- anbuchozhanActive particpant
- Posts : 10
Join date : 2016-07-29
Location : Chennai
Re: cant able to select drop down otions
Wed May 17, 2017 1:56 pm
Hi,
For this first you should check whether the tag name of HTML tag which you found for drop down. If that tag name starts with select then no problem you can use select class to choose drop down or else you have to go with other option like find out that element & options & then proceed with the drop down selection without using select class.
For this first you should check whether the tag name of HTML tag which you found for drop down. If that tag name starts with select then no problem you can use select class to choose drop down or else you have to go with other option like find out that element & options & then proceed with the drop down selection without using select class.
- Urgent-how can i select and click on items present in combo box/drop down list box
- Can any one one help me to select drop down value using selenium webdriver
- selenium to select an option from drop down menu
- How to select an item from the Drop Down combo thru' selenium web driver
- dynamically finding checkbox in multi-select drop down
Permissions in this forum:
You cannot reply to topics in this forum