예제 #1
0
파일: NodeElement.php 프로젝트: robo47/Mink
 /**
  * Drags current node onto other node.
  *
  * @param   ElementInterface    $destination    other node
  */
 public function dragTo(ElementInterface $destination)
 {
     $this->getSession()->getDriver()->dragTo($this->getXpath(), $destination->getXpath());
 }