Drag Element (win)
Function Description
TIP
Drag the element to the specified position in the specified window
Configuration Item Description
General
Command Input
Window Object
TWinObj
: The acquired window objectOperation Target
TTarget
: Select the window element to be operated onDrag Method
Integer
: Choose the drag methodX
Integer
: The horizontal coordinate of the target positionY
Integer
: The vertical coordinate of the target positionTarget Element
TTarget
: Select the target element
Command Output
No output for the current command
Advanced
Delay Before(milliseconds)
Integer
: The waiting time before instruction executionDelay Time (ms)
Integer
: The time to continue waiting after the instruction is executedMouse Button Down Element Part
Integer
: Drag element positionMovement Speed
Integer
: Speed of mouse movementMouse Button Release Element Part
Integer
: Drag element positionCustom
Integer
: Custom PositionHorizontal Panning
Integer
: Enter a positive number to move right, a negative number to move leftVertical Panning
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 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