Answer Posted / chetan phanindra kumar
WebDriver is a web automation framework that allows you to execute your tests against different browsers, not just Firefox, Chrome (unlike Selenium IDE).we can use use programming language in designing your test scripts.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
What happen if you mix both thread.sleep and webdriver waits in a selenium script?
What is desired capabilities?
How is a statement different from verification?
How to select a value in a dropdown?
What are the types of webdriver apis available in selenium?
List some advantages of test automation?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?
What is the difference between find elements () and find element ()?
What is the difference between driver.close() and driver.quit() methods?
How do you get the current page url?
What are the different types of navigation commands?
How to handle ajax calls in selenium webdriver?
How to assert text of webpage using selenium 2.0?
How to handle alerts in selenium?
What is fluent wait in selenium webdriver?