Hi all,
During a debugging session today, I noticed the live browser preview/screenshot that used to appear in the Output panel during a debug run has disappeared — the section that used to show it is now completely gone, not blank or collapsed, just absent. I can’t pin down exactly how long it’s been broken (my own recollection of “since when” kept shifting when I tried to nail it down), but it was working within the last day or two before today.
Environment:
- Studio Web, Local Workspace tab
- UiPath Assistant version 2026.0.197 (July 2026) — not updated since, so unlikely to be the cause
- Debug runs show “Serverless environment detected” early in the log — robot executes in a Docker/serverless sandbox, not directly on my machine
- Browser: Chrome
- Activities used: uix:NClick, uix:NTypeInto, uix:NSelectItem (UI Automation Next package), wrapped in an NApplicationCard
What I’ve already checked:
- Relaunched Chrome and UiPath Assistant — no change
- No new browser extensions added recently
- Checked for any Chrome window on other Spaces/Mission Control during a run — nothing appears anywhere
- The automation itself still runs and completes successfully (confirmed via logs and, once persisted, the resulting state in the target web app) — only the visual preview is missing, not the underlying execution
Question:
Is this a known regression or an intentional change to how the debug Output panel works for serverless/Docker robot sessions? Is there a setting I’m missing to re-enable a live preview, or is this expected to only show static per-activity screenshots now rather than a live view? Any pointer to a changelog entry or related thread would help.
Thanks in advance.