Drags current node onto other node.
ElementInterface $destination other node:
void
public function dragTo(ElementInterface $destination) { $this->getDriver() ->dragTo($this->getXpath(), $destination->getXpath()); }