addArguments([ '--no-sandbox' ]); return RemoteWebDriver::create( //'http://localhost:86', 'http://localhost:9515', DesiredCapabilities::chrome()->setCapability( ChromeOptions::CAPABILITY, $options ) ); } /** * Determine whether the Dusk command has disabled headless mode. * * @return bool */ protected function hasHeadlessDisabled() { return true; //isset($_SERVER['DUSK_HEADLESS_DISABLED']) || //isset($_ENV['DUSK_HEADLESS_DISABLED']); } }