コード例 #1
0
ファイル: SeleniumDriver.php プロジェクト: kingsj/core
 /**
  * @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);
 }