Is full page screenshot supported? #633
Answered
by
ifx-querido
ifx-querido
asked this question in
Q&A
-
According to the welcome page of the V1 documentation , the fullpage screenshot is an existing option for the scrape function. Additionaly, @nickscamara just posted a new announcement about the V1, which includes the fullpage screenshot as an added feature. However, the Advanced Scraping Guide only lists ["markdown", "links", "html", "rawHtml", "screenshot"] as output formats. And when I try to run:
I get this error: Could someone please clarify this inconsistency? |
Beta Was this translation helpful? Give feedback.
Answered by
ifx-querido
Sep 9, 2024
Replies: 1 comment
-
I figured this out on my own.
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
ifx-querido
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I figured this out on my own.
print(page_content['screenshot'])
And the link will direct you to the screenshot, which is of the entire page or just the top section, depending on what you put as a format option.