gologinapp / pygologin

REST API provides programmatic access to GoLogin App. Create a new browser profile, get a list of all browser profiles, add a browser profile and running
Other
65 stars 41 forks source link

adding new extension to gologin profile #94

Open MohamedElghrably opened 1 month ago

MohamedElghrably commented 1 month ago

how can I start my golgoin profile automatically with an extension i need to add to it

chrome_options.add_argument(f"load-extension={extension_path}")

while using the previous code with gologin and selenium the extension is not loaded but if i use it with selenium only its loaded and work