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
61 stars 42 forks source link

bugs report #65

Open tsphack opened 10 months ago

tsphack commented 10 months ago

There are some bugs in the recent version.

When executed directly in the Gologin browser(jupiter 3.3.4), all values are applied and run correctly.

  1. Despite having pre-applied the cookies, when executed with Selenium, it does not retrieve the cookies.

  2. Even after changing the language, only 'en' is applied, leading to an issue. header > Accept-Language: en

  3. When executed with Selenium, it cannot load the extension. chrome_options.add_extension("extension_0_1_0_0.zip")