Randolf J.
Randolf J.
Does this still happen with a recent version of puppeteer? Also, we no longer support Node 12.
Could you provide a script to reproduce?
AFAIU, this looks expected to me. If the DOM element is too large, it will get cut. Could you also write your expectation?
There can be several reasons that the text is cut. The most common one is the DOM element is too large for the page, so the text may overflow poorly...
Thanks for helping us improve our types! It seems you've already investigated this. Mind opening a PR?
At some point, the types will have to be redone due to a separate issue of our types not matching the API docs. Because of this, we can work through...
Merged with https://github.com/puppeteer/puppeteer/pull/9153.
Could you provide a sample script?
Thanks for the issue. I was able to reproduce the bug. As a workaround, you can specify all margin values and the bug disappears. For example: ```css @page { margin:...
Upstreamed to https://crbug.com/1353222