how to put extension #2620
Closed
rafafranco2203
started this conversation in
General
Replies: 1 comment
-
Your extension might not be properly formatted. |
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
-
Even after entering the correct path, the extension is not appearing in the browser
from seleniumbase import Driver
local = 'Cookie-Editor.zip'
driver = Driver(browser='chrome', extension_zip=local)
Beta Was this translation helpful? Give feedback.
All reactions