The requested page is not available for selected version.
click delay
Description
Specifies the delay between submission of MouseDown and subsequent MouseUp messages for mouse clicks sent to the AUT. Applicable only when built-in setting click method is set to separate sendinput messages.
Value Units
milliseconds
Default Value
25
Applicable Systems/Platforms
This built-in setting is supported on the following systems/platforms:
- Windows: All applications.
Applicable Built-in Settings
This built-in setting is only in effect when the value of built-in setting click method is set to separate sendinput messages.
Applicable Built-in Actions
Use of this built-in setting is applicable to the following built-in actions:
- click
- click list item
- click picture
- click select menu
- click table cell
- click text
- click toolbar button
- click tree node
- click window
- select
- select button menu
- select context menu item
- select list item menu
- select menu item
- select tab
- select toolbar menu
Notes
- Valid range is from 0 to 2,147,483,647 miliseconds.
- The click delay setting is only in effect when the value of built-in setting click method is set to separate sendinput messages. This setting also affects single left-click, single right-click, and double left-click types.
- Use this built-in setting to avoid problems that can result from unstable network connections, virtual machines, remote desktops, etc. Such issues may cause click-related built-in actions to unexpectedly fail to register with the AUT.
Example
Related information