is there any way to load extension in pure python mode #1791
Answered
by
mdmintz
drinktea690115
asked this question in
Q&A
|
as title from seleniumbase import SB thanks for help |
Answered by
mdmintz
Jun 10, 2024
Replies: 2 comments
|
i have tried the code below but not work |
0 replies
|
When using UC Mode, you must use |
0 replies
Answer selected by
mdmintz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
When using UC Mode, you must use
extension_dir(instead ofextension_zip) when loading Chrome extensions.