/** * @see Behat\Mink\Driver\DriverInterface::check() */ public function check($xpath) { $this->browser->check(SeleniumLocator::xpath($xpath)); }