-
| I have multiple extension paths. When i used one it was easy: 
 But i have multiple extensions. Example: 
 I tried puting it in list but it doesnt work, it requiers string: I also tried this solution: 
 Any help with this? | 
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
| Make sure you use a comma-separated string (no spaces) for loading multiple chrome extension directories in UC Mode. Also note that you can't use extensions with Incognito Mode or Guest Mode: #2336 (comment) | 
Beta Was this translation helpful? Give feedback.
-
| Thanks, but still got the error. It loads the link of first correctly but the link of the second doesnt. I get the error and it try to add aditional path to the my link. 
 | 
Beta Was this translation helpful? Give feedback.

Make sure you use a comma-separated string (no spaces) for loading multiple chrome extension directories in UC Mode.
SeleniumBase/seleniumbase/plugins/driver_manager.py
Line 110 in 3329136
Also note that you can't use extensions with Incognito Mode or Guest Mode: #2336 (comment)
(That restriction was made by Google: https://support.google.com/chrome_webstore/answer/2664769?hl=en)