rishjaiswal / java-automation-framework

Testing Framework Created from Scratch Based on Java using Maven and TestNG
MIT License
1 stars 1 forks source link

Add below optimisation code for DriverUtils.Java #19

Closed rishjaiswal closed 3 years ago

rishjaiswal commented 3 years ago

Need to add below optimisation code for DriverUtils.Java

driver.manage().deleteAllCookies();
driver.manage().timeouts().implicitlyWait(30,TimeUnit.SECONDS);
driver.manage().timeouts().pageLoadTimeout(30,TimeUnit.SECONDS);

Originally posted by @rishjaiswal in https://github.com/rishjaiswal/java-automation-framework/pull/18#issuecomment-845984753

rishjaiswal commented 3 years ago

Added mentioned optimisation code in below PR: https://github.com/rishjaiswal/java-automation-framework/pull/18/commits/4683084cfca522d0fe5b37ee493b362c56a12f05