rusGoldberg
Results
1
comments of
rusGoldberg
Hi. I faced the same problem. Solution: in the \undetected_chromedriver\__init__.py file, line 798 was changed to the following form: ```python try: time.sleep(0.1) except OSError: pass ```