Skip to content

Hover over element (web)

Function Description

TIP

Hover over an element on the web page

Hover over element (web)

Configuration Item Description

General

Command Input

  • Webpage objectTBrowser: Enter a webpage object that has been obtained or created with the 'Open Webpage' function

  • Operation targetTTarget: The webpage element to be operated on

Command Output

No output for the current command

Advanced

  • Send window messagesBoolean: 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 execution

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

  • Position of the target textInteger: Supported positions for clicking elements

  • CustomInteger: Custom position

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

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

  • Wait for element to exist (ms)Integer: Timeout for waiting for the target 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