Igor Magdich

Results 11 comments of Igor Magdich

This solution requires devtools-service, used to pass Authorization headers to each request ```javascript export default class BasePage { private isInterceptorAdded: boolean; constructor() { this.isInterceptorAdded = false; } async openWithHeaders(url: string,...

> It works great on Windows 11, but when I try to run it in docker with `debian:11-slim` and `node 18.x`, it says: > > ```shell > Error: render no...

> When a PDF form with checkboxes checked is converted to an image, those checkmarks icons are missing. I tried to combine `disableFontFace` and `useSystemFonts` options but without success. Any...

Please try v3.3.0

node 16 is not supported. minimal version is 18 and also Jest doesn’t natively support ESM yet, so I use vitest instead

> Can someone please update the canvas version to 2.11.0? The required one, 2.10.2 is not prebuilt for node18 (ABI v108) but the newer one is. I tried forcing the...

Have you tried 3.3.0 ?