|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.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.AbstractPluginCoordinates
public abstract class AbstractPluginCoordinates
Touch screen helper (by coordinates).
| Field Summary |
|---|
| Fields inherited from class org.specrunner.webdriver.AbstractPluginBrowserAware |
|---|
FEATURE_DIR, FEATURE_INTERVAL, FEATURE_MAXWAIT, FEATURE_TIMEOUT, FEATURE_WAITFOR |
| Fields inherited from class org.specrunner.plugins.core.AbstractPlugin |
|---|
FEATURE_CONDITION, FEATURE_NORMALIZED, FEATURE_SLEEP, FEATURE_THREADSAFE, FEATURE_WAIT |
| Constructor Summary | |
|---|---|
AbstractPluginCoordinates()
|
|
| Method Summary | |
|---|---|
ActionType |
getActionType()
|
Object |
getAuxiliary()
Gets the auxiliary. |
protected org.openqa.selenium.interactions.internal.Coordinates |
getCoordinates()
Builder of coordinates. |
org.openqa.selenium.Point |
getIndom()
Gets the DOM point. |
org.openqa.selenium.Point |
getInviewport()
Gets the point in view. |
org.openqa.selenium.Point |
getOnscreen()
Gets the point on screen. |
static org.openqa.selenium.Point |
getPoint(String point)
Gets the point from a string, the pattern is 'x,y'. |
void |
setAuxiliary(Object auxiliary)
Sets the auxiliary. |
void |
setIndom(org.openqa.selenium.Point indom)
Sets the DOM point. |
void |
setIndom(String indom)
The DOM point as string. |
void |
setInviewport(org.openqa.selenium.Point inviewport)
Sets the point in view. |
void |
setInviewport(String inviewport)
Sets the view port. |
void |
setOnscreen(org.openqa.selenium.Point onscreen)
Sets point. |
void |
setOnscreen(String onscreen)
Sets the on screen point as string. |
| Methods inherited from class org.specrunner.webdriver.AbstractPluginHasTouchScreen |
|---|
doEnd, doEnd |
| 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.AbstractPluginValue |
|---|
getValue, getValue, isEval, setEval, setValue |
| Methods inherited from class org.specrunner.plugins.core.AbstractPluginScoped |
|---|
getScope, saveGlobal, saveLocal, saveStrict, setScope |
| Methods inherited from class org.specrunner.plugins.core.AbstractPluginNamed |
|---|
getName, setName |
| 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 |
| Methods inherited from class org.specrunner.parameters.core.ParameterHolder |
|---|
getParameters, setParameters |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.specrunner.parameters.IParameterHolder |
|---|
getParameters, setParameters |
| Constructor Detail |
|---|
public AbstractPluginCoordinates()
| Method Detail |
|---|
public org.openqa.selenium.Point getOnscreen()
public void setOnscreen(org.openqa.selenium.Point onscreen)
onscreen - The point.public void setOnscreen(String onscreen)
onscreen - The screen point.public org.openqa.selenium.Point getInviewport()
public void setInviewport(org.openqa.selenium.Point inviewport)
inviewport - The point in view.public void setInviewport(String inviewport)
inviewport - The view port as string.public org.openqa.selenium.Point getIndom()
public void setIndom(org.openqa.selenium.Point indom)
indom - The DOM point.public void setIndom(String indom)
indom - The DOM point.public Object getAuxiliary()
public void setAuxiliary(Object auxiliary)
auxiliary - The auxiliary.public static org.openqa.selenium.Point getPoint(String point)
point - The point as string.
protected org.openqa.selenium.interactions.internal.Coordinates getCoordinates()
public ActionType getActionType()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||