|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionLocator | |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.option | |
| Uses of OptionLocator in org.jboss.arquillian.ajocado.framework |
|---|
| Methods in org.jboss.arquillian.ajocado.framework with parameters of type OptionLocator | |
|---|---|
void |
TypedSelenium.addSelection(ElementLocator<?> locator,
OptionLocator<?> optionLocator)
Add a selection to the set of selected options in a multi-select element using an option locator. |
void |
TypedSelenium.removeSelection(ElementLocator<?> locator,
OptionLocator<?> optionLocator)
Remove a selection from the set of selected options in a multi-select element using an option locator. |
void |
TypedSelenium.select(ElementLocator<?> selectLocator,
OptionLocator<?> optionLocator)
Select an option from a drop-down using an option locator. |
| Uses of OptionLocator in org.jboss.arquillian.ajocado.locator.option |
|---|
| Classes in org.jboss.arquillian.ajocado.locator.option with type parameters of type OptionLocator | |
|---|---|
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page. |
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||