Fill input field (web)
Function Description
TIP
Enter content in the web input field
Configuration Item Description
General
Command Input
Webpage object
TBrowser
: Input a webpage object obtained or created through the 'Open Webpage' functionOperation target
TTarget
: The web element to be operated onInput text
string
: The text to be enteredAppend input
Boolean
: If checked, the input will be appended to the existing content; otherwise, the content will be cleared and re-entered
Command Output
No output for the current command
Advanced
Input method
Integer
: Method of inputKey press delay (ms)
Integer
: The interval time between two key pressesFocus timeout (ms)
Integer
: Focus timeout periodDelay Before(milliseconds)
Integer
: The waiting time before instruction executionDelay after execution (ms)
Integer
: Time to continue waiting after the command is executedClick element before input
Boolean
: Click the element before the input actionMouse click position
Integer
: Supported click positions for the elementCustom position
Integer
: Custom position settingsHorizontal 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 upWait for element existence (ms)
Integer
: Timeout for waiting for the target input field to exist
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