Hello everyone,
I'm working on a Python script aimed at automating a series of actions across my GoLogin profiles. The workflow involves opening each profile, performing specific browser actions via Selenium, refreshing my 4G mobile proxy connection, and then moving on to the next profile. This part is quite easy thanks to the GoLogin's API.
The complexity arises with the browser GoLogin uses, named Orbita, which operates differently compared to standard browsers like Chrome or Firefox. Orbita provides a WebSocket URL for connections, and despite setting up Selenium with the appropriate ChromeDriver version that matches Orbita's Chrome base, establishing a successful connection has proven to be very tricky.
Has anyone face a similar situation with specific browser ? Could there be alternative for a better automation ? Is WebSocket URL a dead end on selenium ?
Cheers in advance for any insights !
I'm working on a Python script aimed at automating a series of actions across my GoLogin profiles. The workflow involves opening each profile, performing specific browser actions via Selenium, refreshing my 4G mobile proxy connection, and then moving on to the next profile. This part is quite easy thanks to the GoLogin's API.
The complexity arises with the browser GoLogin uses, named Orbita, which operates differently compared to standard browsers like Chrome or Firefox. Orbita provides a WebSocket URL for connections, and despite setting up Selenium with the appropriate ChromeDriver version that matches Orbita's Chrome base, establishing a successful connection has proven to be very tricky.
Has anyone face a similar situation with specific browser ? Could there be alternative for a better automation ? Is WebSocket URL a dead end on selenium ?
Cheers in advance for any insights !