Skip to content
Discussion options

You must be logged in to vote

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_cdp format, you won't need webdriver at all
(sb_cdp uses a direct Chrome DevTools Protocol connection):

from seleniumbase import sb_cdp

sb = sb_cdp.Chrome(url)
# ...

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mdmintz
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants