Versions Compared

Key

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

...

Action

Parameters

Example Usage

dragAndDrop

Web, Mobile


To drag the element (mentioned in Object Name) to location (mentioned in Parameter 1).

Please use keyword 'findAndStoreElement' before using the keyword dragAndDrop.

Param 1 : Name of the drop object

Example :

Suppose a webpage has two elements :

Element 1 : bqObject (element to drag and drop)
Element 2 : dropZone (element where the item needs to be dropped)

dragAndDrop : <Object : bqObject> <Object Name to Drop : dropObject>dropZone>

Drags the element bqObject to dropObjectdropZone