public class WindowsPlatformExecutionSettings
| Modifiers | Name | Description |
|---|---|---|
static class |
WindowsPlatformExecutionSettings.Builder |
| Constructor and description |
|---|
WindowsPlatformExecutionSettings
(int elementTimeoutInSeconds, int actionDelayInMillis, List<String> actionDelayAffectedKeywords) |
| Type Params | Return Type | Name and description |
|---|---|---|
|
public List<String> |
getActionDelayAffectedKeywords() |
|
public int |
getActionDelayInMillis() |
|
public int |
getElementTimeoutInSeconds() |
|
public void |
setActionDelayAffectedKeywords(List<String> actionDelayAffectedKeywords) |
|
public void |
setActionDelayInMillis(int actionDelayInMillis) |
|
public void |
setElementTimeoutInSeconds(int elementTimeoutInSeconds) |