io.selendroid.server.model
Class SelendroidNativeDriver

java.lang.Object
  extended by io.selendroid.server.model.SelendroidNativeDriver

public class SelendroidNativeDriver
extends Object


Field Summary
 String ACTIVITY_URL_PREFIX
           
 
Constructor Summary
SelendroidNativeDriver(ServerInstrumentation serverInstrumentation, DefaultSelendroidDriver.NativeSearchScope nativeSearchScope)
           
 
Method Summary
 void forward()
           
 void get(String url)
           
 String getCurrentUrl()
           
 String getTitle()
           
 TouchScreen getTouch()
           
 Dimension getWindowSize()
           
 org.json.JSONObject getWindowSource()
           
 void refresh()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ACTIVITY_URL_PREFIX

public final String ACTIVITY_URL_PREFIX
See Also:
Constant Field Values
Constructor Detail

SelendroidNativeDriver

public SelendroidNativeDriver(ServerInstrumentation serverInstrumentation,
                              DefaultSelendroidDriver.NativeSearchScope nativeSearchScope)
Method Detail

getTouch

public TouchScreen getTouch()

getCurrentUrl

public String getCurrentUrl()

getWindowSource

public org.json.JSONObject getWindowSource()
                                    throws org.json.JSONException
Throws:
org.json.JSONException

getTitle

public String getTitle()

get

public void get(String url)

getWindowSize

public Dimension getWindowSize()

forward

public void forward()

refresh

public void refresh()


Copyright © 2014. All rights reserved.