Alex Rudenko

Results 1168 comments of Alex Rudenko

Could you please file an issue for Chromium at https://crbug.com/new? Probably, using the print dialog is easier to reproduce. It would be great if you could link back to it...

IIRC this is the behavior that was there for a long time and it might be coming from the CDP. The current data structures are also not very friendly for...

Currently the MCP client can close the browser by stopping the MCP server or you can close the browser manually. Does it work for you? Could you provide more details...

Thanks! Could this be a feature request or are there fundamental reasons not to recurse into the template elements?

Thanks for the details! I think we will look for an alternative design but this is a scenario we had in mind in case it's interesting: ```html //

We currently consider targets to be an implementation detail that does not apply to all protocols we support (e.g., it does not apply to WebDriver BiDi). Targets in CDP are...

Hi, thanks, yeah, this task is available

Thanks for reporting, could you please clarify the issue in more details? Are you seeing any specific error messages? The mcp server starts a separate browser instance. If you can...

If you know the remote debugging port of the browser started by Cursor and if Cursor opens the port for the built-in browser, you can pass the `--browserUrl=http://127.0.0.1:$PORT` in the...

We cannot connect to the Cursor browser. That browser is not Chrome, and it appears to be a implementation based on Chromium, likely a WebView within Electron. So the only...