GoogleChromeLabs / chromium-bidi

Implementation of WebDriver BiDi for Chromium
https://googlechromelabs.github.io/chromium-bidi/
Apache License 2.0
87 stars 30 forks source link

PDF viewer (swapped) inner frame should not be surfaced in WebDriver BiDi #2175

Open OrKoN opened 4 months ago

OrKoN commented 4 months ago

Those frames are replaced with an extension web view, so CDP instrumentation is not quite correct. In general, we probably do not want to expose parts of the browser UI here.

The test https://github.com/puppeteer/puppeteer/pull/12370/files The failure https://github.com/puppeteer/puppeteer/actions/runs/8892778668/job/24417614017?pr=12370

OrKoN commented 4 months ago

cc @sadym-chromium @Lightning00Blade