-
|
From the virtual machine im using i can not access to github for politics, exist other method to download the driver ? |
Beta Was this translation helpful? Give feedback.
Answered by
mdmintz
Dec 9, 2025
Replies: 1 comment
-
|
Chromedriver isn't downloaded from GitHub, but from Google URLs, eg: https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/mac-arm64/chromedriver-mac-arm64.zip If you use the from seleniumbase import sb_cdp
sb = sb_cdp.Chrome(url)
# ... |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Chromedriver isn't downloaded from GitHub, but from Google URLs, eg: https://storage.googleapis.com/chrome-for-testing-public/143.0.7499.40/mac-arm64/chromedriver-mac-arm64.zip
If you use the
sb_cdpformat, you won't need webdriver at all(
sb_cdpuses a direct Chrome DevTools Protocol connection):