io.selendroid.server.model
Class DefaultSelendroidDriver.WebviewSearchScope

java.lang.Object
  extended by io.selendroid.server.model.internal.AbstractWebElementContext
      extended by 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


Field Summary
 
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
 
Constructor Summary
DefaultSelendroidDriver.WebviewSearchScope(KnownElements knownElements, android.webkit.WebView webview, SelendroidWebDriver driver)
           
 
Method Summary
protected  AndroidElement lookupElement(String strategy, String locator)
           
protected  List<AndroidElement> lookupElements(String strategy, String locator)
           
 
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
 

Constructor Detail

DefaultSelendroidDriver.WebviewSearchScope

public DefaultSelendroidDriver.WebviewSearchScope(KnownElements knownElements,
                                                  android.webkit.WebView webview,
                                                  SelendroidWebDriver driver)
Method Detail

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.