Eggplant Functional Interface and Run Options Control
These commands and functions allow you to set options for the Eggplant Functional GUI and modify script run options.
PauseScript
Command
Behavior: Pauses script execution before the next command. The script remains paused until you manually continue, step ahead, or abort. For more information, see The Run Window.
ノート
This command has no effect when Eggplant Functional is run from the command line.
Parameters: None.
Example:
PauseScript
SetOption
, SetOptions
Commands
Behavior: Changes the value of run options for the current script.
Parameters: One or more global properties and the values you are changing them to. For more information, see Local and Global Properties in SenseTalk.
Example:
SetOption ShouldRepositionMouse:yes
Example:
SetOptions {searchRectangle:["FormUpperLeft","FormLowerRight"], NextKeyDelay:.1, RemoteWorkInterval:.2}