* @param to the "x,y" value is related to the draggable element, which is dropped to.
*/
public void dragdropTo(String locatorOfObjectToBeDragged, String from, String to) {
ZKSelenium browser = (ZKSelenium) getCurrent();
browser.dragdropFrom(locatorOfObjectToBeDragged, from);
browser.mouseMoveAt(locatorOfObjectToBeDragged, to);
browser.mouseUpAt(locatorOfObjectToBeDragged, to);
}
/**
* Drags and drops the specific element from its specific area to another element.
* <p>For example,<br/>