mirror of
				https://github.com/burakkaygusuz/selenium-4-grid-k8s-docker.git
				synced 2021-06-27 00:03:24 +03:00 
			
		
		
		
	Repeated method removed
This commit is contained in:
		| @@ -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()); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 Burak Kaygusuz
					Burak Kaygusuz