Skip to content

How I can run with my portable Brave browser in python? #2224

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

You must be logged in to vote

If you want to change the binary location, there's the binary_location=PATH arg:

from seleniumbase import Driver

driver = Driver(binary_location=PATH)

The supported browsers are Chrome, Edge, Firefox, and Safari. UC Mode is only for Chrome.

However, if you want to use SeleniumBase APIs from SeleniumBase/help_docs/method_summary.md while customizing how you launch the driver, you can use the format that lets you override how you launch your driver: SeleniumBase/help_docs/syntax_formats.md#-9-overriding-the-driver-via-basecase

Replies: 1 comment 8 replies

Comment options

You must be logged in to vote
8 replies
@FidoAnh
Comment options

@mdmintz
Comment options

@FidoAnh
Comment options

@mdmintz
Comment options

@FidoAnh
Comment options

Answer selected by mdmintz
# for free to join this conversation on GitHub. Already have an account? # to comment
Category
Q&A
Labels
None yet
2 participants