Skip to main content

Drag and Drop

The "Drag and Drop" tool is used to perform a drag and drop action on a source element and drop it onto a target element.

Parameters

SourceXPath: The XPath of the source element that you want to drag. Type : String

TargetXPath: The XPath of the target element where you want to drop the source element.Type : String

Usage

Drag and drop the DragAndDrop component into your sequence or workflow.

Determine the XPath of the source element that you want to drag.

Determine the XPath of the target element where you want to drop the source element.

Execute the "Drag and Drop" tool and provide the SourceXPath and TargetXPath parameters.