Skip to content

Trouble Using in Alpine Linux (Docker) #2111

Closed Answered by mdmintz
jdholtz asked this question in Q&A
Discussion options

You must be logged in to vote

SeleniumBase doesn't touch the .cache/ folder... That folder is specific to raw selenium driver & browser downloads. SeleniumBase may try to use existing drivers found on the PATH (which may include .cache/), but if something from there generates errors, then make sure you have the drivers you need already in the seleniumbase/drivers folder.

You can get drivers in there via:

sbase get chromedriver

sbase get uc_driver

As for supported architecture, UC Mode requires non-ARM drivers. ARM is fine for regular Chrome, but UC Mode will need the non-ARM version in order to properly patch the driver.

Also, if you get errors, I'll need to see a more specific stack trace in order to know the exact …

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
2 replies
@jdholtz
Comment options

@jdholtz
Comment options

Answer selected by mdmintz
Comment options

You must be logged in to vote
1 reply
@jdholtz
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
3 participants