| Package | Description |
|---|---|
| org.jboss.arquillian.ajocado.framework | |
| org.jboss.arquillian.ajocado.locator.option |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator.
|
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator.
|
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.