It would be great if Cursor Browser could be changed for different resolutions and even better if agent could change the resolutions by itself, so it could test each version and take a screenshot of each version layout
Yes, exactly. I was using it until an upgrade and it’s gone. Now I’m working intensively on improving mobile views in my project. I tried to downgrade and I found it, but I got a message the version is no longer supported and it seems I can use the agent with the old version.
Hey, thanks for flagging this. I’m noting the request.
Quick status update: we don’t have a separate UI device toggle button like in Chrome DevTools on the near-term roadmap right now, so I can’t share an ETA. My December note about it being in the backlog was too optimistic, sorry for the confusion.
What you can do today: the agent can change the viewport size using a built-in browser tool. You can ask in the prompt something like: “resize the browser to 375x667 (iPhone SE) and take a screenshot, then 768x1024 (iPad), then 1440x900 (desktop)”. It doesn’t work perfectly on every site. There’s a known bug where in some cases it applies CSS max-width instead of actually resizing the webview. But it’s usually enough for a basic responsive check.
For serious responsive testing, it’s still best to keep regular Chrome with DevTools open.
If we get an update on a native toggle, I’ll reply in this thread.