Skip to content

Hover the mouse over an element (win)

Function Description

TIP

Hover the mouse over an element in the window

Configuration Item Description

General

Command Input

  • Window ObjectTWinObj: The acquired window object

  • Operation TargetTTarget: Select the window element to operate on

Command Output

No output for the current command

Advanced

  • Send Window MessagesBoolean: Send window messages to hover

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

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

  • Position of the target textInteger: Supports clicking at the center of the element (center point of the element's rectangular area), a random position (automatically specifying a point within the element's rectangular range), and a custom position (manually specifying the target point)

  • CustomInteger: Custom position

  • Horizontal TranslationInteger: Enter a positive number to move right, and a negative number to move left

  • Vertical TranslationInteger: Enter a positive number to move down, and a negative number to move up

  • Wait for the element to exist (ms)Integer: Timeout for waiting for the element to exist

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