Uses of Class
io.selendroid.ServerInstrumentation

Packages that use ServerInstrumentation
io.selendroid   
io.selendroid.android   
io.selendroid.server   
io.selendroid.server.inspector   
io.selendroid.server.inspector.view   
io.selendroid.server.model   
io.selendroid.server.model.internal   
io.selendroid.server.model.internal.execute_native   
 

Uses of ServerInstrumentation in io.selendroid
 

Methods in io.selendroid that return ServerInstrumentation
static ServerInstrumentation ServerInstrumentation.getInstance()
           
 

Uses of ServerInstrumentation in io.selendroid.android
 

Constructors in io.selendroid.android with parameters of type ServerInstrumentation
AndroidTouchScreen(ServerInstrumentation instrumentation, MotionSender motions)
           
InstrumentedMotionSender(ServerInstrumentation instrumentation)
           
WebViewMotionSender(android.webkit.WebView webView, ServerInstrumentation instrumentation)
           
 

Uses of ServerInstrumentation in io.selendroid.server
 

Methods in io.selendroid.server with parameters of type ServerInstrumentation
protected  void AndroidServer.init(ServerInstrumentation androidInstrumentation)
           
 

Constructors in io.selendroid.server with parameters of type ServerInstrumentation
AndroidServer(int port, ServerInstrumentation androidInstrumentation)
          for testing only
AndroidServer(ServerInstrumentation androidInstrumentation, int port)
           
 

Uses of ServerInstrumentation in io.selendroid.server.inspector
 

Fields in io.selendroid.server.inspector declared as ServerInstrumentation
protected  ServerInstrumentation SelendroidInspectorView.serverInstrumentation
           
 

Constructors in io.selendroid.server.inspector with parameters of type ServerInstrumentation
InspectorServlet(SelendroidDriver driver, ServerInstrumentation instrumentation)
           
SelendroidInspectorView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
 

Uses of ServerInstrumentation in io.selendroid.server.inspector.view
 

Constructors in io.selendroid.server.inspector.view with parameters of type ServerInstrumentation
InspectorView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
ResourceView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
TreeView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
WebViewContentView(ServerInstrumentation serverInstrumentation, SelendroidDriver driver)
           
 

Uses of ServerInstrumentation in io.selendroid.server.model
 

Constructors in io.selendroid.server.model with parameters of type ServerInstrumentation
AndroidNativeElement(android.view.View view, ServerInstrumentation instrumentation, KeySender keys, KnownElements ke)
           
DefaultSelendroidDriver.NativeSearchScope(ServerInstrumentation instrumentation, KnownElements knownElements)
           
DefaultSelendroidDriver(ServerInstrumentation instrumentation)
           
SelendroidNativeDriver(ServerInstrumentation serverInstrumentation, DefaultSelendroidDriver.NativeSearchScope nativeSearchScope)
           
SelendroidWebDriver(ServerInstrumentation serverInstrumentation, String handle)
           
 

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

Fields in io.selendroid.server.model.internal declared as ServerInstrumentation
protected  ServerInstrumentation AbstractNativeElementContext.instrumentation
           
 

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

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

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



Copyright © 2014. All rights reserved.