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();?
No Answer is Posted For this Question
Be the First to Post Answer
How to validate the dropdown value contains specific value or not?
How to print Duplicate values in Drop Down List
What is the architecture of selenium rc?
Which are the browsers supported by selenium rc?
What are the different keyboard operations that can be performed in selenium?
How to resize browser window using selenium webdriver?
What is exception test in selenium?
How to scroll web page down or up using selenium webdriver?
How can it be found if an item is displayed on the screen?
What are the different mouse actions that can be performed?
What are the locators available in selenium?
Which technique should you consider using throughout the script “if there is neither frame id nor frame name”?