| 
					
				 | 
			
			
				@@ -51,6 +51,7 @@ def brower_start(port): 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     options.add_argument("--disable-dev-shm-usage") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     browser = webdriver.Chrome(options=options) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				     browser.set_window_size(1400,1000) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+     
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #    browser = webdriver.Remote( 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #        command_executor='http://127.0.0.1:'+str(port)+'/wd/hub', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 #        # command_executor='http://192.53.174.202:'+str(port)+'/wd/hub', 
			 |