Why not WebDriver driver = new WebDriver()
In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so…
In our selenium automation scripts, we use WebDriver driver = new FirefoxDriver(); or WebDriver driver = new ChromeDriver(); & so…
Follow below steps one by one to setup Jenkins on your windows machine If you are on Mac OS, then…
Eclipse IDE http://www.eclipse.org/downloads/ JDK http://www.oracle.com/technetwork/java/javase/downloads/index.html Selenium latest Jar files http://selenium-release.storage.googleapis.com/index.html Selenium official wiki page https://github.com/SeleniumHQ/selenium/wiki Chrome Driver (chromedriver.exe) Latest version…
There are several situations you might need to open a new tab and load any application to perform certain task…
In this post, we will be seeing how we can run xpath or css queries on chrome browser Steps :…
WebDriver is an interface FirefoxDriver is a class, which inherit RemoteWebDriver class that implements WebDriver interface.
Elements like Buttons, textBoxes, Images and Links etc… are clickable, and should be present on screen & enabled to click.…
In our earlier post (Selenium reporting using extent 2.x), we have seen as a starting point how to generate report…
In our earlier posts Maven in eclipse – part1 and Maven in eclipse – part2, we have seen how to…