Skip to content

Set ComboBox (win)

Function Description

TIP

Set the selected item in the window's ComboBox

Set ComboBox (win)

Configuration Item Description

General

Command Input

  • Window objectTWinObj: Enter a captured window object

  • Target for operationTTarget: Select the window element to operate on

  • Selection methodInteger: Choose whether to select by option content or position

  • Selection valuestring: Option content or position

  • Matching modeInteger: Content matching mode

Command Output

No output for the current command

Advanced

  • Delay after execution (milliseconds)Integer: Time to continue waiting after command execution

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

  • Timeout (milliseconds)Integer: Set the maximum wait time

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