Which are the commands used for capturing the bitmaps?
What is the purpose of creating a reference variable- 'driver' of type webdriver instead of directly creating a firefoxdriver object or any other driver's reference in the statement webdriver driver = new firefoxdriver();?
How to type text in a textbox using selenium?
What is the difference between @factory and @data provider annotation?
What is the function of xpath?
Can we use selenium rc for tests driving on two different browsers on one operating system without selenium grid?
What is the use of driver.get("url") and driver.navigate().to("url") command? Is there any difference between the two?
List some of the test types that are supported by selenium.
Which are the operating systems supported by selenium?
How to test ajax application with selenium?
What methods of robot class do you know?
Explain using webdriver how you can perform double click?
How to click on a hyperlink using selenium webdriver?
What are the advantages of rc?
I am not able to use "style" attribute to locate element with ie browser?