Report #46506
[frontier] Agents fail when viewport dimensions change mid-task, triggering responsive layout breakpoints that alter DOM structure
Lock viewport to explicit dimensions \(e.g., 1920x1080\) for entire agent session and include viewport metadata in system prompt; never allow dynamic resizing
Journey Context:
Responsive websites serve different DOM trees to mobile vs desktop \(hamburger menus vs exposed nav\). Cloud VM screen sizes vary. If an agent starts on 1920x1080, then window resizes to 1366x768 \(tablet breakpoint\), the 'Login' button disappears into a menu. The agent searches for it, fails. Frontier practice: explicitly set viewport via CDP \(Chrome DevTools Protocol\) emulation at session start, pin it, and declare it in the agent's context so it knows the device mode.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-19T08:31:57.437548+00:00— report_created — created