sout driver path
This commit is contained in:
parent
f8c1e52ca4
commit
615c70d12a
@ -79,6 +79,7 @@ public class KiasService {
|
||||
|
||||
private WebDriver getDriver() {
|
||||
System.setProperty(DRIVER_TYPE, getDriverExecutablePath());
|
||||
System.out.println("drive search path: " + getDriverExecutablePath());
|
||||
final ChromeOptions chromeOptions = new ChromeOptions();
|
||||
chromeOptions.addArguments("--headless");
|
||||
return new ChromeDriver(chromeOptions);
|
||||
|
Loading…
Reference in New Issue
Block a user