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 |
What are selenium 1 and selenium 2?
What does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.
In which format does source view shows your script in selenium ide?
How you will login into any site if it is showing any authentication popup for username and password?
Tell us how will you use selenium to upload a file?
How to mouse hover on a web element using webdriver?
Which is the command used for displaying the values of a variable into the output console or log?
What is the command that is used in order to display the values of a variable into the output console or log?
What is the framework?
List the different types of drivers in webdriver.
Why testers should opt for selenium and not qtp? Selenium is more popular than qtp as
What is the significance of testng.xml?