|
From the virtual machine im using i can not access to github for politics, exist other method to download the driver ? |
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)
# ... |
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):