Versions Compared

Key

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

...

ComparetwoInt  “123“  “ 234”

DragAndDropToObject

This action drags and drops a specified web element to the target web element.

Input Parameters:

Parameter Name

Parameter Description

Mandatory

Data Type

dragLocator

Enter the locator value of the web element to be dropped to the target web element.

Yes

String

dragLocatorType

Enter the locator type of the web element to be dropped to the target web element.

Yes

String

dropToLocator

Enter the locator value of the target web element to which you want to drop the web element.

Yes

String

dropToLocatorType

Enter the locator type of the target web element to which you want to drop the web element.

Yes

String

Example:

DragAndDropToObject “abc” “id” “xyz” “id”

OpenURL

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

...