org.specrunner.webdriver.actions.touch
Class AbstractPluginDirectional
java.lang.Object
org.specrunner.parameters.core.ParameterHolder
org.specrunner.plugins.core.AbstractPlugin
org.specrunner.plugins.core.AbstractPluginNamed
org.specrunner.plugins.core.AbstractPluginScoped
org.specrunner.plugins.core.AbstractPluginValue
org.specrunner.webdriver.AbstractPluginBrowserAware
org.specrunner.webdriver.AbstractPluginHasTouchScreen
org.specrunner.webdriver.actions.touch.AbstractPluginDirectional
- All Implemented Interfaces:
- IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin
- Direct Known Subclasses:
- PluginDown, PluginMove, PluginUp
public abstract class AbstractPluginDirectional
- extends AbstractPluginHasTouchScreen
Touch screen with starting action point.
- Author:
- Thiago Santos
| Methods inherited from class org.specrunner.webdriver.AbstractPluginBrowserAware |
doEnd, getBrowserName, getDir, getDownload, getInterval, getMaxwait, getWaitCondition, getWaitfor, initialize, isWaitForClient, setDir, setDownload, setInterval, setMaxwait, setWaitfor, waitForClient |
| Methods inherited from class org.specrunner.plugins.core.AbstractPlugin |
copy, doStart, getCondition, getConditionModel, getNormalized, getNormalized, getParent, getSleep, getSleepModel, getThreadsafe, getTimeout, getTimeoutModel, getWait, getWaitModel, setCondition, setConditionModel, setNormalized, setParent, setSleep, setSleepModel, setThreadsafe, setTimeout, setTimeoutModel, setWait, setWaitModel, toString |
AbstractPluginDirectional
public AbstractPluginDirectional()
getX
public Integer getX()
- Gets the x position.
- Returns:
- The x position.
setX
public void setX(Integer x)
- Sets the x position.
- Parameters:
x - The x position.
getY
public Integer getY()
- Gets the y position.
- Returns:
- The y position.
setY
public void setY(Integer y)
- Sets the y position.
- Parameters:
y - The y position.
getActionType
public ActionType getActionType()
Copyright © 2013. All rights reserved.