Alex Rudenko
Alex Rudenko
cc @sadym-chromium
@rakuco extending testdriver.js with a WebDriver BiDi command [does not require](https://github.com/web-platform-tests/rfcs?tab=readme-ov-file#when-to-use-the-rfc-process) an RFC so you should be able to add the testdriver.js wrapper if you need to use the command.
I think set_permission is a bit special since it exists in both specs. I would suggest to change the implementation in tools/wptrunner/wptrunner/testdriver-extra.js to use the webdriver-bidi endpoint. I guess the...
@sadym-chromium is it fully documented now? is there anything else to add?
Yes, this is working as expected as the deletion works by saving the cookies with a past expiry date resulting in the browser deleting a cookie (this is what is...
I think for any sort of streaming we should use https://developer.mozilla.org/en-US/docs/Web/API/ReadableStream If evaluate returns a ReadableStream (or perhaps are ReadableStreamReader), Puppeteer can detect it and create a Node's counterpart (https://nodejs.org/docs/latest/api/webstreams.html#class-readablestream)...
Could you please provide more details about your use case? Currently, it is possible to get this data with a custom session but it requires using an internal API (related...
With this change https://github.com/puppeteer/puppeteer/pull/13328 no private properties will be needed.
> In my case, the web app renders different fonts based on context, and I need a reliable way to confirm the correct font is applied. are you traversing all...
Could you please clarify why the existing Web API ([`navigation.entries()`](https://developer.mozilla.org/en-US/docs/Web/API/Navigation/entries)) does not fulfill your use case?