get system double click time
Retrieve the test system’s current setting for maximum double-click interval.
Name | Description | Type | Modifier |
---|---|---|---|
variable | (Optional) Variable to receive the returned value. | String | None |
The current setting for maximum double-click interval.
This action may be used within the following project items: test modules and user-defined actions.
variable
get system double click time time
- This built-in action returns an integer value specifying, in milliseconds, the upper limit of time between mouse clicks that the system still registers as a double-click (as opposed to two single clicks).
- If the variable argument is left empty, TestArchitect supplies a global variable with the name resultdoubleclicktime.
- This action supports the <ignore> modifier. If the string
<ignore>
is present as the value of any of the arguments, or any argument contains an expression that evaluates to<ignore>
, the action is skipped during execution.