-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
enhancementMaking things betterMaking things better
Description
I want an ability to do something like this for firefox:
profile = webdriver.FirefoxProfile() profile.add_extension(extension='https_everywhere-2019.1.31-an+fx.xpi') driver = webdriver.Firefox(firefox_profile=profile)
I see that we can use the CLI option --extension-zip=XXX.crx
for Chrome, but unfortunuately this extension for my Chromedriver does not work. I have a similar extension for firefox but just Seleniumbase to load it.
Metadata
Metadata
Assignees
Labels
enhancementMaking things betterMaking things better