コード例 #1
0
ファイル: SeleniumDriver.php プロジェクト: hason/Mink
 /**
  * @see Behat\Mink\Driver\DriverInterface::setValue()
  */
 public function setValue($xpath, $value)
 {
     $this->browser->type(SeleniumLocator::xpath($xpath), $value);
 }