Example usage for org.openqa.selenium.firefox FirefoxDriver subclass-usage

List of usage examples for org.openqa.selenium.firefox FirefoxDriver subclass-usage

Introduction

In this page you can find the example usage for org.openqa.selenium.firefox FirefoxDriver subclass-usage.

Usage

From source file com.cognifide.aet.worker.drivers.AetFirefoxDriver.java

public class AetFirefoxDriver extends FirefoxDriver {

    public AetFirefoxDriver(Capabilities desiredCapabilities) {
        super(desiredCapabilities);
    }

From source file net.codestory.simplelenium.driver.firefox.FirefoxDriver.java

public class FirefoxDriver extends org.openqa.selenium.firefox.FirefoxDriver implements SeleniumDriver {
}

From source file org.jboss.seam.example.common.test.webdriver.FirefoxAjaxDriver.java

public class FirefoxAjaxDriver extends FirefoxDriver implements AjaxWebDriver {

    private int waitTime;

    public FirefoxAjaxDriver() {
        this(AjaxWebElement.DEFAULT_WAIT_TIME);