List of usage examples for org.openqa.selenium.remote RemoteWebElement subclass-usage
From source file MobileElement.java
public class MobileElement extends RemoteWebElement implements FindsByAccessibilityId, FindsByAndroidUIAutomator, FindsByIosUIAutomation { protected FileDetector fileDetector; public List<WebElement> findElements(By by) {
From source file com.google.android.testing.nativedriver.client.AndroidNativeElement.java
/**
* Represents an element on the client side. Objects of this type are identical
* to {@code RemoteWebElement} objects, but in addition support finding by
* text. The code in this class intercepts calls to the methods on
* {@code FindsByText} and causes the correct JSON commands to be sent to the
* remote session.
From source file com.google.iphone.testing.nativedriver.client.IosNativeElement.java
/**
* Represents an element on the client side. Objects of this type are identical
* to {@code RemoteWebElement} objects, but in addition support finding by text
* and placeholder. The code in this class intercepts calls to the methods on
* {@code FindsByText} and {@code FindsByPlaceholder}, and causes the correct
* JSON commands to be sent to the remote session.
From source file com.htmlhifive.pitalium.core.selenium.PtlWebElement.java
/** * WebElement?{@link org.openqa.selenium.remote.RemoteWebElement}???????????????<br/> * {@link PtlWebDriver#findElements(org.openqa.selenium.By)}??????????? */ public abstract class PtlWebElement extends RemoteWebElement {
From source file com.liferay.cucumber.selenium.RetryWebElementImpl.java
/** * @author Brian Wing Shun Chan * @author Michael Hashimoto */ public class RetryWebElementImpl extends RemoteWebElement implements Locatable, WebElement, WrapsDriver {
From source file com.mengge.DefaultGenericMobileElement.java
@SuppressWarnings({ "unchecked", "rawtypes" }) abstract class DefaultGenericMobileElement<T extends WebElement> extends RemoteWebElement implements FindsByAccessibilityId<T>, TouchableElement<T> { @Override public Response execute(String driverCommand, Map<String, ?> parameters) {
From source file com.opera.core.systems.OperaWebElement.java
/** * Implements WebDriver's {@link WebElement}, but also extends it with Opera specific methods. */ public class OperaWebElement extends RemoteWebElement { protected final Logger logger = Logger.getLogger(this.getClass().getName());
From source file com.qmetry.qaf.automation.ui.webdriver.QAFExtendedWebElement.java
/** * com.qmetry.qaf.automation.ui.webdriver.extended.QAFExtendedWebElement.java * * @author chirag.jayswal */ public class QAFExtendedWebElement extends RemoteWebElement implements QAFWebElementCommandListener, QAFWebElement {
From source file org.auraframework.test.AdaptiveWebElement.java
/** * RemoteWebElement that implicitly tries to smooth WebDriver differences */ public class AdaptiveWebElement extends RemoteWebElement { public static class JsonConverter extends JsonToWebElementConverter {
From source file org.auraframework.test.util.AdaptiveWebElement.java
/** * RemoteWebElement that implicitly tries to smooth WebDriver differences */ public class AdaptiveWebElement extends RemoteWebElement { public static class JsonConverter extends JsonToWebElementConverter {