Alex Rudenko

Results 1168 comments of Alex Rudenko

I think it makes sense to have this. What we currently do: 1) if the image is less than 2 MB we return it as an image content according to...

The part about saving screenshots to file was merged but saving script output to file is still to do.

> Should we also consider adding the JS file path as an input parameter for evaluate_script? I've found that instead of having the large model temporarily write a lot of...

Could you please provide a specific scenario where you see it? a test page + exact tool calls that were made?

Note that the text snapshot is based on the a11y tree snapshot. We currently do not support selectors but you should already get the a11y tree information for the entire...

@BogdanCerovac could you perhaps provide details about the use case you are after? because an alternative could be is that we offer something like lighthouse a11y audits instead of given...

Although I think the current options we return in the MCP server are all of the options supported by Puppeteer https://pptr.dev/api/puppeteer.serializedaxnode (it is based on Puppeteer) so while the list...

@BogdanCerovac this looks like a bug in Puppeteer (we will fix it). If you have more examples, please share!

Thanks, I filed an issue for this in Puppeteer. Note that Puppeteer [does use getFullAXTree](https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer-core/src/cdp/Accessibility.ts#L198) and we are also the Puppeteer team. Do you have links to specific existing issues...