Skip to content

Fill Input Field (win)

Function Description

TIP

Enter content into the input field in the window

Fill Input Field (win)

Configuration Item Description

General

Command Input

  • Window ObjectTWinObj: The obtained window object

  • Target for OperationTTarget: Select the window element to be operated on

  • Input Contentstring: The content to enter

  • Append InputBoolean: Continue entering after the existing content

Command Output

No output for the current command

Advanced

  • Input MethodInteger: Method of input

  • Key Press Interval (ms)Integer: Interval between key presses

  • Focus Timeout (ms)Integer: Focus timeout duration

  • Delay Before(milliseconds)Integer: The waiting time before instruction execution

  • Delay After Execution (ms)Integer: Time to continue waiting after command execution

  • Click Element Before InputBoolean: Click the element before the input action

  • Mouse Click PositionInteger: Supports clicking at the center of the element, a random position within the element's rectangle, or a custom position manually specified

  • Custom PositionInteger: Custom position

  • Horizontal TranslationInteger: Positive values move right, negative values move left

  • Vertical TranslationInteger: Positive values move down, negative values move up

  • Wait for Element Presence (ms)Integer: Timeout for waiting for the target input field to appear

Error Handling

  • Print Error LogsBoolean: Whether to print error logs to the "Logs" panel when the command fails. Default is checked.

  • Handling MethodInteger:

    • 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