What is the syntax of finding elements by class using css selector?
How to find more than one web element in the list?
What is the function of xpath?
Mention what is selenium 3.0?
What are the advantages of selenium?
What is object repository? How can we create object repository in selenium?
Explain what is datadriven framework and keyword driven?
How to resize browser window using selenium webdriver?
How you can switch back from a frame?
What is the difference between driver.get() and driver.navigate.to()
How to click on a hyper link using linktext?
how can you retrive the message in an alert box?
Explain what does @test(invocationcount=?) And @test(threadpoolsize=?) Indicate.