Repeated method removed

This commit is contained in:
Burak Kaygusuz
2020-09-04 13:36:48 +03:00
parent fd8683c433
commit f71a8474fb

View File

@@ -66,7 +66,7 @@ public class DriverFactory {
private void instantiateWebDriver(DriverType driverType) {
DesiredCapabilities caps = new DesiredCapabilities();
log.info("Local Operating System : " + System.getProperty("os.name").toUpperCase().toUpperCase());
log.info("Local Operating System : " + System.getProperty("os.name").toUpperCase());
log.info("Local Version : " + System.getProperty("os.arch"));
log.info("Local Architecture : " + System.getProperty("os.version"));
log.info("Browser : " + selectedDriverType.toString().toUpperCase());