Ejemplo n.º 1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::uncheck()
  */
 public function uncheck($xpath)
 {
     $this->browser->uncheck(SeleniumLocator::xpath($xpath));
 }