Closed astronyu closed 2 years ago
Found the issue. First, DO NOT use python 3.10.
Second, it need to have driver = UC.Chrome()
or else it will give an error.
Also, this script won't work if there are any Chromium fork installed such as Brave browser.
Any chance updating this to solve the issue with detecting other chromium version?
Found the issue. First, DO NOT use python 3.10. Second, it need to have
driver = UC.Chrome()
or else it will give an error. Also, this script won't work if there are any Chromium fork installed such as Brave browser.Any chance updating this to solve the issue with detecting other chromium version?
where to put driver = UC.Chrome()
?
hello @astronyu
you can read HERE for more information.
Hi, I'm trying this script but it gave me these every times. Could you help?