public interface SelectorCollector
| Type Params | Return Type | Name and description |
|---|---|---|
|
public Map<SelectorMethod, String> |
getSelectorCollection()Returns all selector methods and theirs values. |
|
public SelectorMethod |
getSelectorMethod()Returns the selector method that Katalon will use to detect object. |
|
public void |
setSelectorMethod(SelectorMethod selectorMethod)Changes the selector method to detect the object. |
|
public void |
setSelectorValue(SelectorMethod selectorMethod, String selectorValue)Puts a selector value to selectorCollection. |
Returns all selector methods and theirs values.
Returns the selector method that Katalon will use to detect object.
Changes the selector method to detect the object.
selectorMethod
- Puts a selector value to selectorCollection.
selectorMethod
- selectorValue
- Selector value that's based on each method