Drag and Drop to Offset
The "Drag and Drop to Offset" tool is used to perform a drag and drop action on a source element and drop it at a specified offset from its original position.
Parameters
SourceXPath: The XPath of the source element that you want to drag and drop.Type : String OffsetX: The horizontal offset value from the source element's original position.Type : İnteger OffsetY: The vertical offset value from the source element's original position.Type : İnteger
Usage
Drag and drop the DragAndDropToOffset component into your sequence or workflow. Determine the XPath of the source element that you want to drag and drop. Specify the horizontal and vertical offset values from the source element's original position. Execute the "Drag and Drop to Offset" tool and provide the XPath, OffsetX, and OffsetY parameters.