List of usage examples for org.openqa.selenium.remote RemoteWebDriver subclass-usage
From source file org.uiautomation.ios.client.uiamodels.impl.RemoteIOSDriver.java
public class RemoteIOSDriver extends RemoteWebDriver implements TakesScreenshot, Rotatable, LocationContext, ElementTree, IOSSearchContext, Configurable, HasTouchScreen, IOSTouchScreen { private String remoteURL; private Map<String, Object> requestedCapabilities; // private Session session;
From source file org.uiautomation.ios.client.uiamodels.impl.RemoteUIADriver.java
public class RemoteUIADriver extends RemoteWebDriver implements UIADriver, TakesScreenshot, Rotatable, LocationContext { private String remoteURL; private Map<String, Object> requestedCapabilities; // private Session session;
From source file org.uiautomation.ios.mobileSafari.MobileSafariDriver.java
public class MobileSafariDriver extends RemoteWebDriver {
}
From source file org.usapi.RemoteWebDriverDummy.java
public class RemoteWebDriverDummy extends RemoteWebDriver implements TakesScreenshot { private Keyboard k = new KeyboardDummy(this); private Mouse m = new MouseDummy(this); private WebElement e = new WebElementDummy(this, "select"); public Keyboard getKeyboard() {
From source file org.xwiki.test.ui.XWikiWebDriver.java
/**
* Wraps a {@link org.openqa.selenium.WebDriver} instance and adds new APIs useful for XWiki tests.
*
* @version $Id: 7bf9dcc5ed104091976e5b1e4fa9ab7856d7004b $
* @since 7.0M2
*/
From source file phantomjs.PhantomJSDriver.java
/**
* A WebDriver client-side implementations for PhantomJS.
*
* This class relies largely on the parent class RemoteWebDriver: the only functionality added here is the handling
* of the PhantomJS process.
* @class PhantomJSDriver
From source file testinfrastructure.EndToEndTestUtilsTest.java
class RemoteWebDriverUrlSpy extends RemoteWebDriver { String executedScript; String visitedUrl; @Override public void get(String s) {