How can you run selenium server other than the default port 4444?
Explain what are the different types of locators in selenium?
Enlist the components of selenium.
What is object repository? How can we create an object repository in selenium?
How can we inspect the web element attributes in order to use them in different locators?
Write a code snippet to perform right-click an element in webdriver.
What kind of mouse actions can be performed in selenium?
While injecting capabilities in webdriver to perform tests on a browser which is not supported by a webdriver what is the limitation that one can come across?
Explain what is the difference between find elements () and find element ()?
Do you know a way to refresh the browser by using selenium?
What if you have written your own element locator and how would you test it?
Explain me how to handle alerts in selenium webdriver?
What are the two modes of views in selenium ide?
How do I launch the browser using webdriver?
What is the main difference between web-driver and rc?