io.selendroid.server.model
Class DefaultSelendroidDriver.NativeSearchScope

java.lang.Object
  extended by io.selendroid.server.model.internal.AbstractNativeElementContext
      extended by io.selendroid.server.model.DefaultSelendroidDriver.NativeSearchScope
All Implemented Interfaces:
FindsByClass, FindsById, FindsByName, FindsByPartialText, FindsByTagName, FindsByText, FindsByXPath, SearchContext
Enclosing class:
DefaultSelendroidDriver

public class DefaultSelendroidDriver.NativeSearchScope
extends AbstractNativeElementContext


Field Summary
 
Fields inherited from class io.selendroid.server.model.internal.AbstractNativeElementContext
instrumentation, keys, knownElements, viewAnalyzer
 
Constructor Summary
DefaultSelendroidDriver.NativeSearchScope(ServerInstrumentation instrumentation, KnownElements knownElements)
           
 
Method Summary
protected  android.view.View getRootView()
           
protected  List<android.view.View> getTopLevelViews()
           
 
Methods inherited from class io.selendroid.server.model.internal.AbstractNativeElementContext
findElement, findElementByClass, findElementById, findElementByName, findElementByPartialText, findElementByTagName, findElementByText, findElementByXPath, findElements, findElementsByClass, findElementsById, findElementsByName, findElementsByPartialText, findElementsByTagName, findElementsByText, findElementsByXPath, getElementTree
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DefaultSelendroidDriver.NativeSearchScope

public DefaultSelendroidDriver.NativeSearchScope(ServerInstrumentation instrumentation,
                                                 KnownElements knownElements)
Method Detail

getRootView

protected android.view.View getRootView()
Specified by:
getRootView in class AbstractNativeElementContext

getTopLevelViews

protected List<android.view.View> getTopLevelViews()
Specified by:
getTopLevelViews in class AbstractNativeElementContext


Copyright © 2014. All rights reserved.