In selenium ide how you can generate random numbers and dates for test data?
What happens if I run this command. Driver.get(“www.softwaretestingmaterial.com”) ;
To generate pdf reports mention what java api is required?
Which are the browsers supported by selenium ide?
What is the architecture of selenium rc?
Explain what is datadriven framework and keyword driven?
How can we get a text of a web element?
How many exemptions do you know in selenium webdriver?
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.
What are the significant changes in upgrades in various selenium versions?
Tell me what is a hub in selenium grid?
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();?
What selenese command and argument can be used to transfer the value of a javascript variable into a side variable?