Browser Tab issues

Where does the bug appear (feature/product)?

Cursor IDE

Describe the Bug

  1. Browser scrolling seems to not be working, agent can’t scroll it by itself.

  2. This second is not a bug but its a suggestion/improvement: the screenshots taken are the same size of the screen. I would be good if we could set the screen size for desktop/mobile natively in IDE.

Steps to Reproduce

Make a request to check @browser for some improvent to update some component that is not in top view

Expected Behavior

Should scroll down and up if needed

Operating System

Windows 10/11

Current Cursor Version (Menu → About Cursor → Copy)

Version: 2.0.75 (user setup)
VSCode Version: 1.99.3
Commit: 9e7a27b76730ca7fe4aecaeafc58bac1e2c82120
Date: 2025-11-12T17:34:21.472Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Windows_NT x64 10.0.26100

Does this stop you from using Cursor

No - Cursor works, but with this issue

Hey @MarceloDiani, I tried the same thing my Cursor Agent could capture the bottom half of the browser area properly.

A couple of things to check:

  1. Browser mode – Are you using the Browser Tab (the built‑in browser environment) or an external browser via the MCP integration? I don’t know if the browser behavior varies between these setups, but that’s worth checking.
  2. Agent instructions – If you ask the agent to work on a component that isn’t currently visible, does the instruction still succeed? In my tests the agent didn’t scroll the browser itself, but it captured a screenshot and described the bottom half content correctly, so that confirms it could see the full page.
  3. Version – I’m on v2.0.77. Updating from v2.0.75 to the latest release often fixes subtle bugs, so give that a try.

Let me know if any of these help or if you notice a different behavior after trying them.

Thanks for the report. Can you please check if you’re still facing this issue on the latest version?
You can get the latest version from Download · Cursor

Thanks @arun for helping out here!