Alex Rudenko

Results 1168 comments of Alex Rudenko

Please remove me from the WebKittens section as I do not think I am in position to review the spec from the webkit perspective.

@sadym-chromium @Lightning00Blade do you have thoughts on to solve it? it looks like requestWillBeSentExtraInfo might be delayed and chromium-bidi waits for it.

Firefox sends the URL where the context is being navigated to, which I believe might not be what Puppeteer expects either.

I have changed Puppeteer implementation to not rely on the navigationStarted. The issue is still worth fixing though.

I believe @sadym-chromium you are working on this

I have opened a PR to add ability to query by a11y attributes to https://github.com/w3c/webdriver-bidi/pull/660

Can confirm, Puppeteer does turn on the offline mode correctly via CDP but something on the browser side is not working.

I think in general it might be OS-specific but I do not think Node will try to auto-kill child processes.

Have you tried https://pptr.dev/api/puppeteer.touchscreen / https://github.com/puppeteer/puppeteer/blob/main/test/src/touchscreen.spec.ts#L207? (if you want to test touches and now the mouse). I believe that would trigger the https://developer.mozilla.org/en-US/docs/Web/API/Document/scroll_event event.