Headless not working #1309
Replies: 4 comments
-
self.browser = uc.Chrome(use_subprocess=True, options=options, user_data_dir=user_data_dir, |
Beta Was this translation helpful? Give feedback.
0 replies
-
this works
|
Beta Was this translation helpful? Give feedback.
0 replies
-
Good find! You know you don't need all this, as it downloads Chrome driver automatically ? 😅 uc.Chrome(version_main=105) #v105
uc.Chrome() #picks latest version |
Beta Was this translation helpful? Give feedback.
0 replies
-
No it download every time it initialized which is not a good idea for
bandwidth as well as storage
…On Fri, Jun 2, 2023, 9:15 PM Leon ***@***.***> wrote:
Good find! You know you don't need all this, as it downloads Chrome driver
automatically ? 😅
—
Reply to this email directly, view it on GitHub
<#1309 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ALL7Y5FPYOBHIYLU364B4ILXJIGQZANCNFSM6AAAAAAYYCKKQI>
.
You are receiving this because you modified the open/close state.Message
ID:
<ultrafunkamsterdam/undetected-chromedriver/repo-discussions/1309/comments/6073777
@github.com>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
if self.patcher.version_main < 108:
TypeError: '<' not supported between instances of 'NoneType' and 'int'
Beta Was this translation helpful? Give feedback.
All reactions