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 Object
TWinObj
: The acquired window objectOperation Target
TTarget
: Select the window element to operate on
Command Output
No output for the current command
Advanced
Send Window Messages
Boolean
: Send window messages to hoverDelay Before(milliseconds)
Integer
: The waiting time before instruction executionDelay After Execution (ms)
Integer
: Time to continue waiting after the command execution is completedPosition of the target text
Integer
: 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)Custom
Integer
: Custom positionHorizontal Translation
Integer
: Enter a positive number to move right, and a negative number to move leftVertical Translation
Integer
: Enter a positive number to move down, and a negative number to move upWait for the element to exist (ms)
Integer
: Timeout for waiting for the element 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