Testing_Selenium::dragAndDropToObject
Drags an element and drops it on another element
Signature
public function dragAndDropToObject(string
$locatorOfObjectToBeDragged,
string
$locatorOfDragDestinationObject )
Parameters
-
$locatorOfObjectToBeDragged
- an element to be dragged
-
$locatorOfDragDestinationObject
- an element whose location (i.e., whose center-most pixel) will be the point where locatorOfObjectToBeDragged is dropped