Fill Input Field (win)
Function Description
TIP
Enter content into the input field in the window
Configuration Item Description
General
Command Input
Window Object
TWinObj
: The obtained window objectTarget for Operation
TTarget
: Select the window element to be operated onInput Content
string
: The content to enterAppend Input
Boolean
: Continue entering after the existing content
Command Output
No output for the current command
Advanced
Input Method
Integer
: Method of inputKey Press Interval (ms)
Integer
: Interval between key pressesFocus Timeout (ms)
Integer
: Focus timeout durationDelay Before(milliseconds)
Integer
: The waiting time before instruction executionDelay After Execution (ms)
Integer
: Time to continue waiting after command executionClick Element Before Input
Boolean
: Click the element before the input actionMouse Click Position
Integer
: Supports clicking at the center of the element, a random position within the element's rectangle, or a custom position manually specifiedCustom Position
Integer
: Custom positionHorizontal Translation
Integer
: Positive values move right, negative values move leftVertical Translation
Integer
: Positive values move down, negative values move upWait for Element Presence (ms)
Integer
: Timeout for waiting for the target input field to appear
Error Handling
Print Error Logs
Boolean
: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.Handling Method
Integer
:Terminate Process: If the command fails, terminate the process.
Ignore Exception and Continue Execution: If the command fails, ignore the exception and continue the process.
Retry This Command: If the command fails, retry the command a specified number of times with a specified interval between retries.
Usage Example
Process logic description:
Common Errors and Handling
None
Frequently Asked Questions
None