Alex Rudenko

Results 1196 comments of Alex Rudenko

Looks like it's been implemented. I believe you would only get the initiator for the initial request in a redirect chain. Please file a new feature request for this.

So the link value are not being sent by Chrome. I see that there are [only two situations](https://source.chromium.org/chromium/chromium/src/+/main:third_party/blink/renderer/modules/accessibility/inspector_accessibility_agent.cc;l=971;drc=aef1f146e39ffed5aa699d60e6d0f6e9c6515c24) One covers range values and the other gets value for controls. And...

I have added the URL property in https://chromium-review.googlesource.com/c/chromium/src/+/5631015 Once it is in stable, we can update Puppeteer and add a test.

This will be fixed once 22.11.0 is released https://github.com/puppeteer/puppeteer/pull/12573

The new headless mode is now the default. Please give it a try, and re-open if the camera access still does not work.

I think we won't be able to do anything about CDP limits, use files if you need to load a large page.

The upstream issue has been fixed so this should be fixed in M129 (https://crbug.com/40830145)

@Lightning00Blade could you please the PR? it looks like one action item is remaining

Chrome does not do matching for this capability and it is a return-only value: https://source.chromium.org/chromium/chromium/src/+/main:chrome/test/chromedriver/session_commands.cc;l=189;drc=21802bc29a3f1f96a333bc52039dc56764a85524 (it will reject the property as invalid argument if it is in the capabilities request)