Category:
Selenium WebDriver
Select month=new Select(month_dropdown);
WebElement first_value=month.getFirstSelectedOption();
String value=first_value.getText();
Hire QA – Specialized in QA Recruitment, Technical Interviews and Testing Solutions
Select month=new Select(month_dropdown);
WebElement first_value=month.getFirstSelectedOption();
String value=first_value.getText();