Hover over element (web)
Function Description
TIP
Hover over an element on the web page
Configuration Item Description
General
Command Input
Webpage object
TBrowser
: Enter a webpage object that has been obtained or created with the 'Open Webpage' functionOperation target
TTarget
: The webpage element to be operated on
Command Output
No output for the current command
Advanced
Send window messages
Boolean
: Directly simulate hovering through the operating system's messaging mechanism, bypassing the browser's event system. Execution is faster, but may not trigger all interactive logic within the webpage.Delay Before (ms)
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
: Supported positions for clicking elementsCustom
Integer
: Custom positionHorizontal 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 to exist (ms)
Integer
: Timeout for waiting for the target 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