sxl2016
sxl2016
in version 123, it also have problem. Exception ignored in: Traceback (most recent call last): File "C:\Users\sxl6107\AppData\Local\Programs\Python\Python311\Lib\site-packages\undetected_chromedriver\__init__.py", line 843, in __del__ self.quit() File "C:\Users\sxl6107\AppData\Local\Programs\Python\Python311\Lib\site-packages\seleniumwire\webdriver.py", line 68, in quit super().quit() File...
The issue with version 124 has been found. The cause of the problem is quit() does not destroy all chrome processes. It will leave two chrome processes unclosed. So I...