Skip to main content
Session Live View lets you open a running cloud browser session in a normal browser tab to verify the session is active and see what the profile is doing in real time. You can start cloud sessions either:
  • from your automation code (Puppeteer / Playwright), or
  • directly from the GoLogin UI (Cloud Browser tab).

Start a session from the Gologin UI

  1. Open Profile sections in the Gologin web app - https://app.gologin.com/profileList
  2. Select a profile.
  3. Click Run.
When the session starts, you can open Live View to observe the running browser.

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

Next steps