How to install multiple Extension , in Puppeter or selenium?

i just tried 2 extension , but only 1 extension getting installed at a time in puppeter .

am i doing something wrong ?

–disable-notifications --load-extension=“D:\OB2 0.2.5\OpenBullet2.Native\Extensions\Captchaclik” --load-extension=“D:\OB2 0.2.5\OpenBullet2.Native\Extensions\DarkReader”

this is my code for 2 extension .

but only first command only execute 2nd never installed.

1 Like

Delimetr comma and next path of Your extension
–disable-notifications --load-extension=“D:\OB2 0.2.5\OpenBullet2.Native\Extensions\Captchaclik”,“D:\OB2 0.2.5\OpenBullet2.Native\Extensions\DarkReader”

This feature is not working at the moment. I have submitted a request for a solution on GitHub regarding this issue. Please stay in touch for updates.

Once the changes are implemented in your repository, you can review the updated code. In the meantime, you can check the source code here:

Source Code of Selenium on Cloned version

Check the request :
[REQUEST]: Improve Multi extraCmdLineArgs Function [demo model] · Issue #1107 · openbullet/OpenBullet2 (github.com)

1 Like