forked from Zakaria/ZenProject
fix: 2 - manage.window
This commit is contained in:
@@ -52,5 +52,7 @@ public class Initialization {
|
||||
driver = new ChromeDriver();
|
||||
driver.get(prop.getProperty("url"));
|
||||
}
|
||||
driver.manage().window().maximize();
|
||||
driver.manage().deleteAllCookies();
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user