which one to use? driver.close() / .quit()
There are different ways to close browser[s] using selenium after tests are run. Depending on scenarios, if single or multiple…
There are different ways to close browser[s] using selenium after tests are run. Depending on scenarios, if single or multiple…
In selenium, we all know findElement() method finds the elements based on the locator matched criteria from the browser application.…
There are several web applications that provides services for drag an element and drop on certain element on browser. Some…
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 situations where we need to Download files from browser, Save in a specified folder on hard disk. We will use browser…
Docker is an open-source containerisation platform. It enables to package applications into containers, standardised executable components combining application source code with the operating…
In chrome browser, when logged into any site with credentials, save password dialog pops up near to address bar, This…
Basics of testng.xml is covered in last post, now let’s see different ways to run testng.xml Using code editor pane…
WebDriver is an interface FirefoxDriver is a class, which inherit RemoteWebDriver class that implements WebDriver interface.