|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OptionLocator | |
|---|---|
| org.jboss.test.selenium.framework | |
| org.jboss.test.selenium.locator.option | |
| Uses of OptionLocator in org.jboss.test.selenium.framework |
|---|
| Methods in org.jboss.test.selenium.framework with parameters of type OptionLocator | |
|---|---|
void |
TypedSeleniumImpl.addSelection(ElementLocator<?> elementLocator,
OptionLocator<?> 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 |
TypedSeleniumImpl.removeSelection(ElementLocator<?> elementLocator,
OptionLocator<?> optionLocator)
|
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 |
TypedSeleniumImpl.select(ElementLocator<?> selectLocator,
OptionLocator<?> optionLocator)
|
void |
TypedSelenium.select(ElementLocator<?> selectLocator,
OptionLocator<?> optionLocator)
Select an option from a drop-down using an option locator. |
| Uses of OptionLocator in org.jboss.test.selenium.locator.option |
|---|
| Classes in org.jboss.test.selenium.locator.option with type parameters of type OptionLocator | |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator. |
interface |
OptionLocator<T extends OptionLocator<T>>
Locator for locating select options on page. |
| Classes in org.jboss.test.selenium.locator.option that implement OptionLocator | |
|---|---|
class |
AbstractOptionLocator<T extends OptionLocator<T>>
Abstract implementation of option locator. |
class |
OptionIdLocator
Locates the select option with specified id. |
class |
OptionIndexLocator
Locates the select option based on its index (offset from zero). |
class |
OptionLabelLocator
Locates select options based on their labels, i.e. |
class |
OptionValueLocator
Locates select options based on their values. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||