Closed
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.