Uses of Class
io.selendroid.android.internal.Point

Packages that use Point
io.selendroid.android   
io.selendroid.android.internal   
io.selendroid.server.model   
io.selendroid.server.model.interactions   
 

Uses of Point in io.selendroid.android
 

Methods in io.selendroid.android with parameters of type Point
 void AndroidTouchScreen.performTwoPointerGesture(Point startPoint1, Point startPoint2, Point endPoint1, Point endPoint2, int steps)
          Generates a two-pointer gesture with arbitrary starting and ending points.
 

Uses of Point in io.selendroid.android.internal
 

Methods in io.selendroid.android.internal that return Point
 Point Point.moveBy(int xOffset, int yOffset)
           
 

Uses of Point in io.selendroid.server.model
 

Methods in io.selendroid.server.model that return Point
 Point AndroidWebElement.getLocation()
          Where on the page is the top left-hand corner of the rendered element? it's part of RenderedWebElement
 Point AndroidRElement.getLocation()
           
 Point AndroidNativeElement.getLocation()
           
 Point AndroidElement.getLocation()
           
 

Uses of Point in io.selendroid.server.model.interactions
 

Methods in io.selendroid.server.model.interactions that return Point
 Point Coordinates.getLocationInDOM()
           
 Point AndroidCoordinates.getLocationInDOM()
           
 Point Coordinates.getLocationInViewPort()
           
 Point AndroidCoordinates.getLocationInViewPort()
           
 Point Coordinates.getLocationOnScreen()
           
 Point AndroidCoordinates.getLocationOnScreen()
           
 

Constructors in io.selendroid.server.model.interactions with parameters of type Point
AndroidCoordinates(String elementId, Point pointOfLocationOfElement)
           
 



Copyright © 2014. All rights reserved.