/** * @see Behat\Mink\Driver\DriverInterface::executeScript() */ public function executeScript($script) { $this->browser->runScript($script); }