- from your automation code (Puppeteer / Playwright), or
- directly from the GoLogin UI (Cloud Browser tab).
Start a session from the Gologin UI
- Open Profile sections in the Gologin web app - https://app.gologin.com/profileList
- Select a profile.
- Click Run.
Live View URL format
A running session can be opened using a URL like:https://cloudbrowser.gologin.com/browsers/<profileId>/<sessionId-or-view-token>/
<profileId>— the profile used for the session<sessionId-or-view-token>— a unique identifier for that running session (session id or view token)
Treat this URL as sensitive while the session is active.
When to use Live View
- Debugging automation flows (navigation, clicks, selectors, timeouts)
- Verifying that the cloud session actually started
- Observing the browser UI when a website behaves unexpectedly
- Confirming which profile is used for the running session
Notes
- Live View is available only while the session is running.
- Closing the automation connection may end the session (depends on your workflow and plan limits).
- For repeatable configuration (proxy, fingerprint, etc.), configure the profile via the REST API:
- Profiles API: https://gologin.com/docs/api-reference/profile
- Proxy API: https://gologin.com/docs/api-reference/proxy
Next steps
- Cloud Browser → Getting Started: https://gologin.com/docs/api-reference/cloud-browser/getting-started
- Scraping Solution: https://gologin.com/docs/api-reference/cloud-browser/scraping