Use Brave Browser with standalone chromium #2745
Unanswered
hhohp-120kg
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
I'm wondering if anyone has had success with setting the
options.binary_location
in theirwebdriver.Remote()
setup. I am installing Brave (a chromium browser) in a custom docker image as follows:This installs Brave in the
/opt/brave.com/brave/brave
directory. When I pass this directory to the options, I can see in the post-creation logs that is has been set - however the remote webdriver is not using it. No error is given, Chrome is simply used instead, which leads me to believe it is perhaps being ignored.I saw elsewhere that
options.set_capability("goog:chromeOptions", {"binary": brave_path})
can help, however it did not solve the issue.I am thinking this is potentially to do with the
selenium/standalone-chromium:latest
image - when I run selenium grid locally withjava -jar selenium-server-4.30.0.jar standalone
, then Brave works fine.Does the standalone chromium docker image only support Chrome? Any help is appreciated, thank you.
Beta Was this translation helpful? Give feedback.
All reactions