How to install extentions? #17
Unanswered
ShahrukhAbrar
asked this question in
Q&A
Replies: 0 comments
-
|
Use something like this: def add_arguments(data, options):
extension_path = '/path/to/extension'
options.add_argument(f'--load-extension={extension_path}')
@browser(
add_arguments=add_arguments,
... |
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
Uh oh!
There was an error while loading. Please reload this page.
-
Normally we pass a argument in selenium but I can't find anything for this
Beta Was this translation helpful? Give feedback.
All reactions