Explain what is the difference between borland silk and selenium?
List out different types of locators?
what are the four parameter you have to pass in selenium?
What is the difference between find elements () and find element ()?
What is pom (page object model)? What are its advantages?
How to submit a form using selenium webdriver?
What are the programming languages supported by selenium webdiver?
How to scroll down to a particular element?
What are some commonly encountered exceptions in selenium?
What must one set within side in order to run a test from the beginning to a certain point within the test?
What is the difference b/w close () and quit ()?
How can you use the recovery scenario in selenium webdriver?
How can we fetch a text written over an element?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
What is the difference between page object model (pom) and page factory?