|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.arquillian.ajocado.locator.AbstractLocationStrategy
org.jboss.arquillian.ajocado.locator.option.OptionLocationStrategy
public class OptionLocationStrategy
Strategy for locating select options on the page.
| Field Summary | |
|---|---|
static OptionLocationStrategy |
ID
Strategy for location using option id |
static OptionLocationStrategy |
INDEX
Strategy for location using option index |
static OptionLocationStrategy |
LABEL
Strategy for location using options label |
static OptionLocationStrategy |
VALUE
Strategy for location using options value |
| Constructor Summary | |
|---|---|
OptionLocationStrategy(String strategyName)
|
|
| Method Summary |
|---|
| Methods inherited from class org.jboss.arquillian.ajocado.locator.AbstractLocationStrategy |
|---|
getStrategyName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final OptionLocationStrategy ID
public static final OptionLocationStrategy VALUE
public static final OptionLocationStrategy LABEL
public static final OptionLocationStrategy INDEX
| Constructor Detail |
|---|
public OptionLocationStrategy(String strategyName)
|
Ajocado API 1.0.0.Alpha2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||