Alex Rudenko
Alex Rudenko
so this is the minimal example? I am able to reproduce "Printing failed" with this. ``` import puppeteer from "puppeteer"; const browser = await puppeteer.launch(); const page = await browser.newPage();...
I am able to reproduce with the current stable Chrome but it seems to be fixed with canary: ``` npx puppeteer browsers install chrome@canary ``` use the path as the...
Not reproducible with 24.11.2
The number refers to the index of the frame in the frame tree level, each array item is a level, so the first number N is Nth frame in the...
In hindsight, we probably should not have exposed both target and frame in recordings as those are very specific to the Chrome implementation and used something else but I think...
It is difficult to keep in sync since our website is generated from code comments and the tooling does not support custom tags requiring to duplicate notes in comments. For...
cc @Lightning00Blade
cc @whimboo @sadym-chromium yeah for WebDriver BiDi we probably need a more complex API.
It's related but I don't think it changes anything for the spec (on the client-side the API needs to be more complex compared to the CDP though)
It looks like browsingContext.load event's navigation ID does not match the ID returned by browsingContext.navigate for the second navigation. @whimboo @juliandescottes PTAL