List of usage examples for org.openqa.selenium.remote RemoteWebDriver subclass-usage
From source file org.arquillian.drone.browserstack.extension.webdriver.BrowserStackDriver.java
/**
* This is an implementation of the {@link RemoteWebDriver} intended to be used with BrowserStack account.
* BrowserStack is a cloud-based cross-browser testing tool. See browserstack.com
*
* @author <a href="mailto:mjobanek@redhat.com">Matous Jobanek</a>
*/
From source file org.arquillian.drone.browserstack.webdriver.BrowserStackDriver.java
/** * @author <a href="mailto:mjobanek@redhat.com">Matous Jobanek</a> */ public class BrowserStackDriver extends RemoteWebDriver { public static final String READABLE_NAME = "browserstack";
From source file org.arquillian.drone.saucelabs.extension.webdriver.SauceLabsDriver.java
/**
* This is an implementation of the {@link RemoteWebDriver} intended to be used with Sauce Labs account.
* saucelabs.com is a cloud-based cross-browser grid for executing Selenium WebDriver tests. See saucelabs.com
*
* @author <a href="mailto:mjobanek@redhat.com">Matous Jobanek</a>
*/
From source file org.auraframework.test.AdaptiveWebElementDriver.java
public class AdaptiveWebElementDriver extends RemoteWebDriver { public static String DEFAULT_CAPABILITY = "org.auraframework.webdriver.flexible.default"; public AdaptiveWebElementDriver(CommandExecutor executor, Capabilities desiredCapabilities, Capabilities requiredCapabilities) {
From source file org.auraframework.test.util.AdaptiveWebElementDriver.java
public class AdaptiveWebElementDriver extends RemoteWebDriver { public static String DEFAULT_CAPABILITY = "org.auraframework.webdriver.flexible.default"; public AdaptiveWebElementDriver(CommandExecutor executor, Capabilities desiredCapabilities, Capabilities requiredCapabilities) {
From source file org.jboss.arquillian.ajocado2.reusable.ReusableRemoteWebDriver.java
/**
* Reusable remote driver provides same functionality like {@link RemoteWebDriver}, but it additionally allows to reuse browser
* session.
*
* Provides reusing of {@link RemoteWebDriver} session by allowing to setup {@link DesiredCapabilities} and {@link SessionId}
* from previous session.
From source file org.jboss.arquillian.drone.webdriver.factory.remote.reusable.ReusableRemoteWebDriver.java
/**
* Reusable remote driver provides same functionality like {@link RemoteWebDriver}, but it additionally allows to reuse browser
* session.
*
* Provides reusing of {@link RemoteWebDriver} session by allowing to setup {@link DesiredCapabilities} and {@link SessionId}
* from previous session.
From source file org.me.seleniumGridUI.util.ExtendedRemoteWebDriver.java
/** * * @author vkumar */ public class ExtendedRemoteWebDriver extends RemoteWebDriver {
From source file org.openqa.runner.tests.Executor.java
/** * Created by IntelliJ IDEA. * User: lex * Date: 20.06.11 */ public class Executor extends RemoteWebDriver {
From source file org.openqa.selendroid.SelendroidDriver.java
/** * {@inheritDoc} */ public class SelendroidDriver extends RemoteWebDriver implements HasTouchScreen, TakesScreenshot { private RemoteTouchScreen touchScreen;