Step 1.service.py 파일이 있는 위치로 이동 후 해당 파일을 열고Locate service.py, generally in "X:\YourPythonFold\Lib\site-packages\selenium\webdriver\common\service.py" step 2.self.process = subprocess.Popen(cmd, env=self.env, close_fds=platform.system() != 'Windows', stdout=self.log_file, stderr=self.log_file, stdin=PIPE)--> 이렇게 변경하자. 파라미터에 hide_console이 넘어오면 driver 창을 hide 시키기if any("hide_console" in arg for arg..