|
||||||||||
| 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.AbstractPluginOptions
org.specrunner.webdriver.AbstractPluginWindow
public abstract class AbstractPluginWindow
Partial implementation for windows interactions.
| 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 | |
|---|---|
AbstractPluginWindow()
|
|
| Method Summary | |
|---|---|
protected void |
doEnd(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client,
org.openqa.selenium.WebDriver.Options options)
Perform an option action. |
protected abstract void |
doEnd(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client,
org.openqa.selenium.WebDriver.Options options,
org.openqa.selenium.WebDriver.Window window)
Perform an option/window action. |
Integer |
getHeight()
Gets the client height. |
Integer |
getWidth()
Gets the client width. |
Integer |
getX()
Gets the X position. |
Integer |
getY()
Gets the Y position. |
void |
setHeight(Integer height)
Sets the client height. |
void |
setWidth(Integer width)
Sets the client width. |
void |
setX(Integer x)
Set the X position. |
void |
setY(Integer y)
Sets the Y position. |
| Methods inherited from class org.specrunner.webdriver.AbstractPluginOptions |
|---|
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 |
| Methods inherited from interface org.specrunner.plugins.IActionType |
|---|
getActionType |
| Constructor Detail |
|---|
public AbstractPluginWindow()
| Method Detail |
|---|
public Integer getX()
public void setX(Integer x)
x - The X position.public Integer getY()
public void setY(Integer y)
y - The Y position.public Integer getWidth()
public void setWidth(Integer width)
width - The width.public Integer getHeight()
public void setHeight(Integer height)
height - The height.
protected void doEnd(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client,
org.openqa.selenium.WebDriver.Options options)
throws PluginException
AbstractPluginOptions
doEnd in class AbstractPluginOptionscontext - The context.result - The result.client - The client.options - The options.
PluginException - On processing errors.
protected abstract void doEnd(IContext context,
IResultSet result,
org.openqa.selenium.WebDriver client,
org.openqa.selenium.WebDriver.Options options,
org.openqa.selenium.WebDriver.Window window)
throws PluginException
context - The context.result - The result.client - The client.options - The options.window - The window.
PluginException - On processing errors.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||