Ejemplo n.º 1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::dragTo()
  *
  * @throws  Behat\Mink\Exception\UnsupportedDriverActionException   action is not supported by this driver
  */
 public function dragTo($sourceXpath, $destinationXpath)
 {
     $this->browser->dragAndDropToObject(SeleniumLocator::xpath($sourceXpath), SeleniumLocator::xpath($destinationXpath));
 }