What are the different exceptions you got when working with webdriver?
What are the advantages of the automation structure?
What is a keyword driven framework?
How you can handle colors in web driver?
Explain dataproviders in testng using an example. Can I call a single data provider method for multiple functions and classes?
What is the alternate way to click on the login button?
Can captcha be automated?
Write a code to wait for a particular element to be visible on a page. Write a code to wait for an alert to appear.
How to skip a method or a code block in testng?
How does one store the current url using selenium 2.0?
What is selenium webdriver?
Write the code to right click an element in selenium?
Have you created any framework?