Example #1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::attachFile()
  */
 public function attachFile($xpath, $path)
 {
     $this->browser->attachFile(SeleniumLocator::xpath($xpath), 'file://' . $path);
 }