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 has been 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)?
The text was updated successfully, but these errors were encountered:
msokk
changed the title
waitForText doesn't seem to work with display: none
Refactor waitForText to use HTML body (allows to wait for non-visual text)
Aug 24, 2017
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
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 styledisplay: none
. That text doesn't seem to get picked up though. I trieddisplay: hidden
but that text got visibly rendered unfortunately.Could we please have
waitForText
detect text withdisplay: none
(or some other solution that achieves the goal of triggering the pdf render without being visible on the pdf)?The text was updated successfully, but these errors were encountered: