You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Apr 7, 2020. It is now read-only.
I've got a page with an animation on it, and want to generate a PDF of the page after the animation has finished. I can't use waitForText with a text that's on the page because that generates a PDF from before the animation. So I tried setting a timeout for when the animation should be done that renders a text with style display: none. That text doesn't seem to get picked up though. I tried display: hidden but that text got visibly rendered unfortunately.
Could we please have waitForText detect text with display: none (or some other solution that achieves the goal of triggering the pdf render without being visible on the pdf)?
I've got a page with an animation on it, and want to generate a PDF of the page after the animation has finished. I can't use
waitForTextwith a text that's on the page because that generates a PDF from before the animation. So I tried setting a timeout for when the animation should be done that renders a text with styledisplay: none. That text doesn't seem to get picked up though. I trieddisplay: hiddenbut that text got visibly rendered unfortunately.Could we please have
waitForTextdetect text withdisplay: none(or some other solution that achieves the goal of triggering the pdf render without being visible on the pdf)?