Fill Password Field (Win)
Function Description
TIP
Enter password in the password field in the window
Configuration Item Description
General
Command Input
Window Object
TWinObj
: Enter a captured window objectTarget Element
TTarget
: Select the window element to operate onEntered Password
string
: Enter the password to be filled in
Command Output
No output for the current command
Advanced
Input Method
Integer
: Select the input methodKey Press Interval (ms)
Integer
: Interval time between two key pressesFocus Timeout (ms)
Integer
: Focus timeout periodPost-Execution Delay (ms)
Integer
: Wait time after the command execution completesClick Element Before Input
Boolean
: Click the element before performing the input actionMouse Click Position
Integer
: Supports clicking at the center of the element, a random position within the element's rectangular area, or a custom specified pointCustom Position
Integer
: Specify the custom positionHorizontal Translation
Integer
: Enter a positive number to move right, a negative number to move leftVertical Translation
Integer
: Enter a positive number to move down, a negative number to move upDelay Before(milliseconds)
Integer
: The waiting time before instruction executionTimeout (ms)
Integer
: Set the maximum wait time
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