It is not possible to add any extension through the code #46
Replies: 3 comments 2 replies
-
Hello, could you provide a snippet of your code? Make sure the path you entered into from camoufox.sync_api import Camoufox
with Camoufox(addons=['/path/to/addon']) as browser:
page = browser.new_page() |
Beta Was this translation helpful? Give feedback.
-
`import time with Camoufox( |
Beta Was this translation helpful? Give feedback.
-
capsolver and the folder with all the files unzipped from the link's zip |
Beta Was this translation helpful? Give feedback.
-
It is not possible to add any extension through the code, whether xpi or folder. Extracts the files from capsolver, but it does not add them to the browser
Beta Was this translation helpful? Give feedback.
All reactions