io.selendroid.server.model
Class DefaultSelendroidDriver.WebviewSearchScope
java.lang.Object
io.selendroid.server.model.internal.AbstractWebElementContext
io.selendroid.server.model.DefaultSelendroidDriver.WebviewSearchScope
- All Implemented Interfaces:
- FindsByClass, FindsById, FindsByName, FindsByPartialText, FindsByTagName, FindsByText, FindsByXPath, SearchContext
- Enclosing class:
- DefaultSelendroidDriver
public class DefaultSelendroidDriver.WebviewSearchScope
- extends AbstractWebElementContext
| Fields inherited from class io.selendroid.server.model.internal.AbstractWebElementContext |
driver, knownElements, LOCATOR_CLASS_NAME, LOCATOR_CSS_SELECTOR, LOCATOR_ID, LOCATOR_LINK_TEXT, LOCATOR_NAME, LOCATOR_PARTIAL_LINK_TEXT, LOCATOR_TAG_NAME, LOCATOR_XPATH, view |
| Methods inherited from class io.selendroid.server.model.internal.AbstractWebElementContext |
findElement, findElementByClass, findElementByCssSelector, findElementById, findElementByName, findElementByPartialText, findElementByTagName, findElementByText, findElementByXPath, findElements, findElementsByClass, findElementsByCssSelector, findElementsById, findElementsByName, findElementsByPartialText, findElementsByTagName, findElementsByText, findElementsByXPath, getElementTree, newAndroidWebElementById, replyElement, replyElements |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DefaultSelendroidDriver.WebviewSearchScope
public DefaultSelendroidDriver.WebviewSearchScope(KnownElements knownElements,
android.webkit.WebView webview,
SelendroidWebDriver driver)
lookupElement
protected AndroidElement lookupElement(String strategy,
String locator)
- Specified by:
lookupElement in class AbstractWebElementContext
lookupElements
protected List<AndroidElement> lookupElements(String strategy,
String locator)
- Specified by:
lookupElements in class AbstractWebElementContext
Copyright © 2014. All rights reserved.