Attach args to Browser Automation Tool

Feature request for product/service

Cursor IDE

Describe the request

I wanted to attach flags like “–disable-web-security” to my chrome debug instance, but fail to do so.

I’ve tried these:

  1. set Custom Executable Path to “chrome.exe --disable-web-security”
  2. set Custom Executable Path to “unsafe chrome.lnk”
  3. set CDP Connection to “https://localhost:9222/”, and open chrome instance with “unsafe chrome.lnk”

Is there any way to set extra args to executable, or debug logs for me to check?