| Modifier and Type | Method and Description |
|---|---|
static SelectorType |
SelectorType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SelectorType[] |
SelectorType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
protected SelectorType |
Selector.type |
| Modifier and Type | Method and Description |
|---|---|
SelectorType |
Selector.getType() |
| Modifier and Type | Method and Description |
|---|---|
void |
Selector.setSelector(SelectorType selectorType,
String selector) |
void |
Selector.setType(SelectorType type) |
| Constructor and Description |
|---|
Selector(SelectorType selectorType,
String selector) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectorCommandData.setSelector(String selector,
SelectorType selectorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
SelectionStateWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
void |
CountWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedExistenceWaitCommandData.setChildSelector(String selector,
SelectorType selectorType) |
void |
NestedExistenceWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
void |
ExistenceWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
TextMatchSelectorWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
void |
TextMatchAttributeSelectorWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
| Modifier and Type | Method and Description |
|---|---|
void |
NestedVisibilityWaitCommandData.setChildSelector(String selector,
SelectorType selectorType) |
void |
VisibilityWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
void |
NestedVisibilityWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
void |
InvisibilityWaitCommandData.setSelector(String selector,
SelectorType selectorType) |
Copyright © 2017. All rights reserved.