/** * @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)); }