Webdriver Tutorial

Change Firefox Profile Using WebDriver

A Firefox profile is just a particular folder where you save all Firefox-related settings data in. These data include such as your saved password, installed plugins, favorite homepage, etc. The profile folder is separate from the Firefox software program’s folder. So when you crash or uninstall the program, all your profile’s setting information can still …

Change Firefox Profile Using WebDriver Read More »

How To Scroll Web Page In Selenium Webdriver Testing Script Using Java

If you want to implement selenium scroll to top or selenium scroll to element scroll web page effect in your selenium testing script using java, you can use the org.openqa.selenium.JavascriptExecutor class which is provided by the Selenium WebDriver. You can run any JavaScript code use JavascriptExecutor object’s executeScript method. In this article, we will show …

How To Scroll Web Page In Selenium Webdriver Testing Script Using Java Read More »