-
Notifications
You must be signed in to change notification settings - Fork 315
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Privacy Extentions #952
Comments
Hey, |
Hey thanks! I am instead doing this in deploy_firefox.py after webdriver is launched.
I have an xpi at this directory and it is loading it fine. My only concern is if the browser restarts will it load the extension? |
I think it won't persist. |
I set reset to true in the execute_command_sequence function and it seems to still load the extension. Not sure where it would not persist otherwise |
Is there any support of privacy extensions? I used seleniums install_addon and gave it an xpi of UBO. It seemed to load the extension just fine.
However I am unable to change selected filter lists. Previously updating storage.js file would do the trick. However I am unable to go around this problem at the moment.
The text was updated successfully, but these errors were encountered: