public class MobilePlatformExecutionSettings
| Modifiers | Name | Description |
|---|---|---|
static class |
MobilePlatformExecutionSettings.Builder |
| Constructor and description |
|---|
MobilePlatformExecutionSettings
() |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<String> |
getActionDelayAffectedKeywords() |
|
public int |
getActionDelayInMillis() |
|
public int |
getElementTimeoutInSeconds() |
|
public int |
getNewCommandTimeoutInSeconds() |
|
public boolean |
isEnableSelfHealing() |
|
public void |
setActionDelayAffectedKeywords(List<String> actionDelayAffectedKeywords) |
|
public void |
setActionDelayInMillis(int actionDelayInMillis) |
|
public void |
setElementTimeoutInSeconds(int elementTimeoutInSeconds) |
|
public void |
setEnableSelfHealing(boolean enableSelfHealing) |
|
public void |
setNewCommandTimeoutInSeconds(int newCommandTimeoutInSeconds) |