Uses of Class
io.selendroid.server.model.KnownElements

Packages that use KnownElements
io.selendroid.server   
io.selendroid.server.model   
io.selendroid.server.model.internal   
io.selendroid.server.model.internal.execute_native   
 

Uses of KnownElements in io.selendroid.server
 

Methods in io.selendroid.server that return KnownElements
protected  KnownElements RequestHandler.getKnownElements(org.webbitserver.HttpRequest request)
           
 

Uses of KnownElements in io.selendroid.server.model
 

Methods in io.selendroid.server.model that return KnownElements
 KnownElements Session.getKnownElements()
           
 

Methods in io.selendroid.server.model with parameters of type KnownElements
 Object SelendroidWebDriver.executeAsyncJavascript(String toExecute, org.json.JSONArray args, KnownElements ke)
           
 Object SelendroidWebDriver.executeAtom(AndroidAtoms atom, org.json.JSONArray args, KnownElements ke)
           
 Object SelendroidWebDriver.executeAtom(AndroidAtoms atom, KnownElements ke, Object... args)
           
 Object SelendroidWebDriver.executeScript(String script, org.json.JSONArray args, KnownElements ke)
           
 Object SelendroidWebDriver.executeScript(String script, Object args, KnownElements ke)
           
 

Constructors in io.selendroid.server.model with parameters of type KnownElements
AndroidNativeElement(android.view.View view, ServerInstrumentation instrumentation, KeySender keys, KnownElements ke)
           
AndroidWebElement(String id, android.webkit.WebView webview, SelendroidWebDriver driver, KnownElements knownElements)
           
DefaultSelendroidDriver.NativeSearchScope(ServerInstrumentation instrumentation, KnownElements knownElements)
           
DefaultSelendroidDriver.WebviewSearchScope(KnownElements knownElements, android.webkit.WebView webview, SelendroidWebDriver driver)
           
 

Uses of KnownElements in io.selendroid.server.model.internal
 

Fields in io.selendroid.server.model.internal declared as KnownElements
protected  KnownElements AbstractWebElementContext.knownElements
           
protected  KnownElements AbstractNativeElementContext.knownElements
           
 

Constructors in io.selendroid.server.model.internal with parameters of type KnownElements
AbstractNativeElementContext(ServerInstrumentation instrumentation, KeySender keys, KnownElements knownElements)
           
AbstractWebElementContext(KnownElements knownElements, android.webkit.WebView webview, SelendroidWebDriver driver)
           
 

Uses of KnownElements in io.selendroid.server.model.internal.execute_native
 

Constructors in io.selendroid.server.model.internal.execute_native with parameters of type KnownElements
FindElementByAndroidTag(KnownElements knownElements, ServerInstrumentation serverInstrumentation, KeySender keys)
           
IsElementDisplayedInViewport(KnownElements knownElements, ServerInstrumentation instrumentation)
           
 



Copyright © 2014. All rights reserved.