Пример #1
0
 /**
  * @see Behat\Mink\Driver\DriverInterface::blur()
  *
  * @throws  Behat\Mink\Exception\UnsupportedDriverActionException   action is not supported by this driver
  */
 public function blur($xpath)
 {
     $this->browser->fireEvent($xpath, 'blur');
 }