ClickAndSkipPrompts
This method will turn on or off the user’s ability to click into prompts in a random sequence. The line “Device.ClickAndSkipPrompts(False)” will allow the user to click in the very next prompt or any prompt that already contains data. All other prompts will not receive focus if they are clicked. Using Device.ClickAndSkipPrompts(True) will set the client back to its default behavior.
Group:Device Extensions
Syntax: Device.ClickAndSkipPrompts(bEnabled)
bEnabled (Boolean) True or False turns this feature on or off.
Example:
Device.ClickAndSkipPrompts(True)