We know everytime webdriver opens firefox it opens a new profile of its own . It does not open th ... Read More
If we don't want te logs to appear in console of eclipse but instead want to save them somewhere we ... Read More
Selinium documention is available at seleniumhq.org/downloads in the javadocs links. We can import ... Read More
We can find multiple webelements on a webpage and save them in a list of webelements like this ``` ... Read More
Selenium automates browsers and run in multiple browsers and operating systems. It cant automate des ... Read More
Difference between and Qtp. Selenium is a free tool while qtp or latest version uft is a based tool ... Read More
There are 3 ways to select a list of web elements 1.First method is to first select the outer box a ... Read More
Implicitly wait for 20 sec for elements to be present on webpage. ``` driver.manage().timeouts().i ... Read More
To read from a properties file we use the below commands ``` Properties prop = new Properties(); ... Read More
To check x and y coordinates of a WebElement on a web page we use the following commands. ``` int ... Read More