Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

DragAndDropToObject

This action drags the specified object and drops a specified web element to the target web element.it in the position of another specified object. 

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

dragLocator

Enter the locator value of

the web

an element to be

dropped to the target web element

dragged.

Yes

String

dragLocatorType

Enter the locator type of the

web

element to be

dropped to the target web element

dragged.

Yes

String

dropToLocator

Enter the locator

value

of

the target web element to which you want to drop the web element

an element whose location (i.e., whose centre-most pixel) will be the point where dragLocator is dropped.

Yes

String

dropToLocatorType

Enter the locator type of the

target web element to which you want to drop the web element

element where the element will be dragged.

Yes

String

Example:
DragAndDropToObject “abc” “id” “xyz” “id”                  "//div/img[@alt='abx']"            "xpath"           "abc"        "id"

OpenURL

This action opens the specified URL in the browser selected in the associated execution profile.

...