io.selendroid.server.model.internal.execute_native
Class IsElementDisplayedInViewport

java.lang.Object
  extended by io.selendroid.server.model.internal.execute_native.IsElementDisplayedInViewport
All Implemented Interfaces:
NativeExecuteScript

public class IsElementDisplayedInViewport
extends Object
implements NativeExecuteScript


Constructor Summary
IsElementDisplayedInViewport(KnownElements knownElements, ServerInstrumentation instrumentation)
           
 
Method Summary
 Object executeScript(org.json.JSONArray args)
           
 boolean isDisplayedOnViewport(android.view.View view)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IsElementDisplayedInViewport

public IsElementDisplayedInViewport(KnownElements knownElements,
                                    ServerInstrumentation instrumentation)
Method Detail

executeScript

public Object executeScript(org.json.JSONArray args)
Specified by:
executeScript in interface NativeExecuteScript

isDisplayedOnViewport

public boolean isDisplayedOnViewport(android.view.View view)


Copyright © 2014. All rights reserved.