Replies: 1 comment
-
Hi @Jaammerr, I'm not familiar with mozprofile but I don't think it can be used if you want to load Chameleon's config. You may be able to programmatically load settings into Chameleon using a library like Selenium. This wiki link may be helpful. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, I'm creating profiles using the mozprofile module:
from mozprofile import Profile
profile = Profile(profile='./test_dir', addons=["chameleon.xpi"])
I'm not familiar enough with Firefox. Is it possible to automatically load the config for chameleon using module methods or manually using the profile directory?
Beta Was this translation helpful? Give feedback.
All reactions