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

Gologin not working with selenium? Here is solution... #88

Open samratpro opened 2 months ago

samratpro commented 2 months ago

14 version Orbita Browser & 14 version chrome driver

https://drive.google.com/drive/folders/15uCrKy6nhXT2s3yi3Z8LW7pUq1mEML2O?usp=sharing
or
https://1drv.ms/f/c/b7734939031d931b/EsrIBkSu-FdHmXDD6uVRYBsB0KTJtmtgpHmaJd472cTb2A?e=duCzEt

executablePath C:\Users\USER\.gologin\browser\orbita-browser-114\chrome

How to use 14 version

step 1: Keep version 14 chrome driver with source code folder
step 2: Browse "executablePath" browser folder and delete all orbita browser and only keep orbita-browser-114

If not solve it, you can reach out to me

https://www.linkedin.com/in/samratpy/
iiezhachenko commented 1 month ago

I had the same issue. The latest Orbita version is 124. To get all of your profiles updated, update them from the application. There is a button Update if you click on burger (3 dots) in the profile row.

After you did that, your programmatically launched profiles will STILL have the old version.

  1. Quit the app
  2. Delete the ~/.gologin folder
  3. Open the app, and wait for new Orbita to be downloaded

This fixes the old version issue when starting profiles using API. Allowed me to ditch the old chromedriver from my code repo.