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