Where does the bug appear (feature/product)?
Cursor IDE
Describe the Bug
Chrome Executable Path is simply always ignored.
The default option is used instead.
The “Refresh Status” button does not produce any visual errors.
It says: “Ready (Chrome detected)”
When I ask Cursor to open the web-browser and navigate to: localhost:3000 I see that it uses it’s own Chrome installation.
I am able to confirm this because my own installation has custom backgrounds, certs preinstalled etc that the default bundled Chrome does not.
Problem I am trying to solve: To have the chrome instance have preinstalled certs, so I can use HTTPS.
I am unable to have the default Chrome instance use those. So I need my own instance of Chrome for Cursor to use.
Steps to Reproduce
- Use a Linux machine, for me Ubuntu (unaware if it works on windows).
- Add a path to Chrome Executable Path
- Press “Refresh Status”
- See that Cursor says the Chrome installation is ready to use.
- Task AI agent to open a web-browser window.
- See that the browser being used is definitely not the one you pointed the IDE to.
Expected Behavior
I can see that the opened browser is from the path that was given to Cursor.
Operating System
Linux
Current Cursor Version (Menu → About Cursor → Copy)
Version: 2.0.77
VSCode Version: 1.99.3
Commit: ba90f2f88e4911312761abab9492c42442117cf0
Date: 2025-11-13T23:10:43.113Z
Electron: 37.7.0
Chromium: 138.0.7204.251
Node.js: 22.20.0
V8: 13.8.258.32-electron.0
OS: Linux x64 6.14.0-35-generic Ubuntu 24
For AI issues: which model did you use?
Auto
Does this stop you from using Cursor
No - Cursor works, but with this issue