public class WebUIPlatformExecutionSettings
| Modifiers | Name | Description |
|---|---|---|
static class |
WebUIPlatformExecutionSettings.Builder |
| Constructor and description |
|---|
WebUIPlatformExecutionSettings
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public int |
getElementTimeoutInSeconds() |
|
public List<String> |
getExcludeKeywords() |
|
public List<Pair<SelectorMethod, Boolean>> |
getMethodsPriorityOrder() |
|
public boolean |
isEnableSelfHealing() |
|
public void |
setElementTimeoutInSeconds(int elementTimeoutInSeconds) |
|
public void |
setEnableSelfHealing(boolean enableSelfHealing) |
|
public void |
setExcludeKeywords(List<String> excludeKeywords) |
|
public void |
setMethodsPriorityOrder(List<Pair<SelectorMethod, Boolean>> methodsPriorityOrder) |