org.jboss.arquillian.ajocado.geometry
Class Offset
java.lang.Object
org.jboss.arquillian.ajocado.geometry.Offset
public class Offset
- extends Object
Offset for movement on browser-rendered canvas.
- Version:
- $Revision$
- Author:
- Lukas Fryc
|
Constructor Summary |
Offset(int x,
int y)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Offset
public Offset(int x,
int y)
getMovement
public String getMovement()
- Returns the movement as it is used in Selenium.
- Returns:
- the movement to use in Selenium API
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.