forked from Zakaria/ZenProject
fix: 8 - Updating Jenkinsfile
This commit is contained in:
parent
bc25347655
commit
c36e6e9336
@ -64,7 +64,7 @@ public class Initialization {
|
||||
// "/drivers/chromedriver");
|
||||
// driver = new ChromeDriver();
|
||||
ChromeOptions options = new ChromeOptions();
|
||||
options.addArguments("--headless");
|
||||
options.addArguments("headless");
|
||||
driver = new ChromeDriver(options);
|
||||
driver.get(prop.getProperty("url"));
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user