DragAndDropThis action drags and drops the specified web element at the specified location. Input Parameters: Parameter Name | Parameter Description | Mandatory | Data Type |
---|
offsetX | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as +100,100 , -100, 10, and so on. | Yes | String | offsetY | Enter the offset in pixels from the current location to which the element should be moved. The offset parameter can be as -100,100 , +100, and so on. | Yes | String |
Example: DragAndDrop "100" "500" |