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
What does a single “/” bar in XPath do?
What will be the different kinds of locators in selenium?
How to run selenium webdriver test from the command line?
What is the difference between single slash (/) and a double slash ( //) in xpath?
Why should selenium be selected as a test program?
What are the technical limitations while using selenium rc?
what is the difference between driver.get() and driver.navigate.to(“url”)?
Do you know how to debug the tests in selenium ide?
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.
Can we use selenium grid for performance testing?
How to capture screenshot in selenium webdriver?
What will be the limits of selenium?