Difference between driver.get() and driver.navigate()
driver.get(““) Will wait till the page loads completely with all controls in place. Used to get page source. driver.getPageSource(); …
driver.get(““) Will wait till the page loads completely with all controls in place. Used to get page source. driver.getPageSource(); …
AngularJS controls are becoming more popular these days due to it’s flexibility of use, less coding, allows single page applications…
————————————————————————————————————————- Enhanced for loop is applicable only for arrays, Arrays can be of int or string type… let’s see the…
Let’s see how we can guide selenium to automate the user actions on a web application, As we come to…
We will see the use of apache POI open source library in java to read and write excel file. If…
According to http://jexcelapi.sourceforge.net/ – jexcel API is to read and write excel sheet data, Note: Excel should be of .xls format , if it…