90% of the times a change is needed after a prompt, it has to do with a missed import, or with something not looking aligned etc. Similarly, when connecting frontend and backend, the fixes are usually around sending the right info, the API sending a 400, 500, etc.
I’d love Cursor to access the browser console, as well as the content of the screen (like a screenshot) so it can see if its changes are working or causing issues.
This would be especially helpful in a workflow in NextJS where the page updates live.
It would save a gazillion of hours spent in cmd + s > going to browser > copying compilation error back to cursor, trying again, etc etc etc.