ChromeDriver and ChromeDriverService Do Not Work
The test server worked well, but when you try to deploy it to another server, it stops working at chromeDriverService = ChromeDriverService.createDefaultService();
even if you remove the ChromeDriverService and immediately use driver = new ChromeDriver(options);
the code stops without executing it.