org.specrunner.webdriver.actions
Class PluginUnselect
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.AbstractPluginFind
org.specrunner.webdriver.AbstractPluginFindSingle
org.specrunner.webdriver.actions.AbstractPluginSelect
org.specrunner.webdriver.actions.PluginUnselect
- All Implemented Interfaces:
- IParameterHolder, IActionType, IParalelPlugin, IPlugin, ISleepPlugin, ITestPlugin, ITimedPlugin, IWaitPlugin
public class PluginUnselect
- extends AbstractPluginSelect
Unselect a given element, or a list of elements in <ul>.
- Author:
- Thiago Santos
|
Method Summary |
protected void |
doSomething(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement option)
Perform something on select option. |
| Methods inherited from class org.specrunner.webdriver.AbstractPluginBrowserAware |
doEnd, getBrowserName, getDir, getDownload, getInterval, getMaxwait, getWaitCondition, getWaitfor, 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 |
PluginUnselect
public PluginUnselect()
doSomething
protected void doSomething(org.openqa.selenium.WebElement element,
org.openqa.selenium.WebElement option)
- Description copied from class:
AbstractPluginSelect
- Perform something on select option.
- Specified by:
doSomething in class AbstractPluginSelect
- Parameters:
element - The select.option - The option.
Copyright © 2013. All rights reserved.