fix: 2 - manage.window

This commit is contained in:
2024-09-27 10:23:41 -04:00
parent f0ff453c46
commit 2d83102cdc
2 changed files with 8 additions and 6 deletions
@@ -52,5 +52,7 @@ public class Initialization {
driver = new ChromeDriver();
driver.get(prop.getProperty("url"));
}
driver.manage().window().maximize();
driver.manage().deleteAllCookies();
}
}