Extension Step dragAndDrop
Description
Drags an element to an other one
Parameters
- description
 - Required? no
 - The description of this test step.
 - fromHtmlId
 - Required? yes/no
 - The id of the html element to drag. One of fromXPath and fromHtmlId is required.
 - fromXPath
 - Required? yes/no
 - The xpath allowing to select the element to drag. One of fromXPath and fromHtmlId is required.
 - toHtmlId
 - Required? yes/no
 - The id of the html element to drop on. One of toXPath and toHtmlId is required.
 - toXPath
 - Required? yes/no
 - The xpath allowing to select the element to drop on. One of toXPath and toHtmlId is required.