when i screenshot the url https://cn.vuejs.org/v2/api/, which have a huge height (:height=>77993)
it returns 0 size jpg when screenshot param full = true
i tried to set browser timeout to 30s
and inserted sleep 10 before command("Page.captureScreenshot", **options), but it didn't work.
when i screenshot the url
https://cn.vuejs.org/v2/api/, which have a huge height (:height=>77993)it returns 0 size jpg when screenshot param full = true
i tried to set browser timeout to 30s
and inserted
sleep 10beforecommand("Page.captureScreenshot", **options), but it didn't work.