コード例 #1
0
ファイル: SeleniumDriver.php プロジェクト: hason/Mink
 /**
  * @see Behat\Mink\Driver\DriverInterface::isVisible()
  *
  * @throws  Behat\Mink\Exception\UnsupportedDriverActionException   action is not supported by this driver
  */
 public function isVisible($xpath)
 {
     return $this->browser->isVisible(SeleniumLocator::xpath($xpath));
 }