You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Only the first extension loads
For the second extension I get
Error loading extension
Failed to load extension from:
C:\Program Files\Google\Chrome\Application\132.0.6834.160\temp\ad_block
The manifest file is missing or unreadable.
I tried different extensions, regardless of the second extension it does not load
If you change the order of extensions, then the extension that was not loaded before is loaded, and the one that was loaded is not loaded
The text was updated successfully, but these errors were encountered:
mdmintz
changed the title
Load extensions in UC Mode
"Error loading extension" when loading multiple extension directories on Windows
Feb 2, 2025
Thanks for finding this. Looks like the issue is specific to Windows, and the issue occurs when loading multiple extension directories regardless of using UC Mode. I'll push a fix very soon.
Hi, when I load more than one extension it doesn't work for me
Tried this example from the issue Load extensions in UC Mode #1817
from seleniumbase import Driver, SB
driver = Driver(uc=True, extension_dir="temp/disable_csp,temp/ad_block")
try:
driver.get("https://nowsecure.nl/#relax")
import pdb; pdb.set_trace()
finally:
driver.quit()
Only the first extension loads
For the second extension I get
I tried different extensions, regardless of the second extension it does not load
If you change the order of extensions, then the extension that was not loaded before is loaded, and the one that was loaded is not loaded
The text was updated successfully, but these errors were encountered: