puppeteer-sharp
puppeteer-sharp copied to clipboard
Headless Chrome .NET API
### Description When passing `--single-process` - the headless chrome crashes. It worked before the new headless version. ### Complete minimal example reproducing the issue Complete means the code snippet can...
JS open window confirm dialog , how Puppeeter sharp accept the windown. I use the page ..Dialog event but cannot work well.
[Original issue](https://www.github.com/puppeteer/puppeteer/issues/12051)
keyboard.spec.ts: Keyboard: should trigger commands of keyboard shortcuts keyboard.spec.ts: Keyboard: should press the meta key
proxy.spec.ts: request proxy: should proxy requests when configured proxy.spec.ts: request proxy: should respect proxy bypass list proxy.spec.ts: in incognito browser context: should proxy requests when configured at browser level proxy.spec.ts:...
target.spec.ts: Target: should be able to use async waitForTarget
headful.spec.ts: Page.screenshot: should run in parallel in multiple pages headful.spec.ts: HEADFUL: service_worker target type should be available headful.spec.ts: HEADFUL: target.page() should return a DevTools page if custom isPageTarget is provided
[see upstream change](https://github.com/puppeteer/puppeteer/pull/9950/files)
[See upstream logic](https://github.com/puppeteer/puppeteer/blob/main/packages/puppeteer-core/src/common/AriaQueryHandler.ts#L92)
Hi, my project's print function has been running smoothly for the past few weeks and no code updates have been made, but since May 27th it is suddenly not working...