How to select a value from a drop-down?
Answer / dileep kumar
by using select keyword we can select a value from dropdown box
select select = new select (driver.findelement(by.xpath(" xpath")));
select.selectbyindex(2);
select.selectbyvalue(2);
| Is This Answer Correct ? | 0 Yes | 0 No |
Tell me what is a node in selenium grid?
Mention in what ways you can customize testng report?
How to handle frame in webdriver?
How can I learn to automate testing using selenium?
How to switch between frames in selenium?
What selenium components do you know?
How to get typed text from a textbox?
How to insert a breakpoint in selenium ide?
What is the difference between selenium and qtp?
What are the webdriver supported mobile testing drivers?
How many exemptions do you know in selenium webdriver?
Tell me in which format does source view show the script in selenium ide?