Example usage for org.openqa.selenium WebDriver interface-usage

List of usage examples for org.openqa.selenium WebDriver interface-usage

Introduction

In this page you can find the example usage for org.openqa.selenium WebDriver interface-usage.

Usage

From source file org.agileware.test.web.AbstractDelegatingWebDriver.java

/**
 * Abstract base class providing a delegator pattern implementation for Selenium
 * WebDriver implementations.
 */
public abstract class AbstractDelegatingWebDriver implements WebDriver, TakesScreenshot, JavascriptExecutor {
    /**

From source file org.arquillian.osmium.IOSDriver.java

public interface IOSDriver extends WebDriver, TakesScreenshot, Rotatable, LocationContext, ElementTree,
        IOSSearchContext, Configurable, HasTouchScreen, IOSTouchScreen {
}

From source file org.codelibs.fess.crawler.client.http.webdriver.CrawlerWebDriver.java

/**
 * @author shinsuke
 *
 */
public class CrawlerWebDriver
        implements WebDriver, JavascriptExecutor, FindsById, FindsByClassName, FindsByLinkText, FindsByName,

From source file org.codelibs.robot.client.http.webdriver.S2WebDriver.java

/**
 * @author shinsuke
 *
 */
public class S2WebDriver
        implements WebDriver, JavascriptExecutor, FindsById, FindsByClassName, FindsByLinkText, FindsByName,

From source file org.eclipse.che.selenium.core.SeleniumWebDriver.java

/**
 * Wrapper for {@link WebDriver} to have ability to use in Guice container.
 *
 * @author Anatolii Bazko
 */
@Singleton

From source file org.finra.jtaf.ewd.ExtWebDriver.java

/**
 * ExtWebDriver provides extensions to the WebDriver API to support the widget
 * framework and permit changes to the implementing configuration
 * 
 */
public interface ExtWebDriver extends WebDriver {

From source file org.fluentlenium.unit.ScreenshotTest.java

class CustomWebDriverNoScreenshot implements WebDriver {

    public void get(String s) {

    }

From source file org.jboss.arquillian.graphene.context.TestingDriver.java

/**
 * @author Lukas Fryc
 */
public interface TestingDriver extends WebDriver, HasCapabilities, HasInputDevices, FindsByClassName,
        FindsByCssSelector, FindsById, FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath,
        JavascriptExecutor, SearchContext, TakesScreenshot {

From source file org.jboss.arquillian.graphene.TestingDriver.java

/**
 * @author Lukas Fryc
 */
public interface TestingDriver extends WebDriver, HasCapabilities, HasInputDevices, FindsByClassName,
        FindsByCssSelector, FindsById, FindsByLinkText, FindsByName, FindsByTagName, FindsByXPath,
        JavascriptExecutor, SearchContext, TakesScreenshot {

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

/**
 * Modifies WebDriver to return elements with enhanced AJAX functionality
 * 
 * @author kpiwko
 * 
 */