deparra
Results
2
comments of
deparra
Same issue under windows 10, undetected-chromedriver v3.0.6 and python v3.9.9 Just I upgraded python and undetected-chromedriver but if I rollback get the same error. error code on python v3.10 and...
I found the correct version in windows 10 python = v3.9.9 undetected_chromedriver = 3.0.3 how to install old version in pip? ``` pip uninstall undetected-chromedriver pip install -Iv undetected-chromedriver==3.0.3 ```