Skip to content

How to download full page source? #663

Discussion options

You must be logged in to vote

hello @0x7FFFFFFFFFFFFFFF, just return your doc var (you can play with INNET_HTML to select a part)

LET doc = DOCUMENT(CONCAT('https://duckduckgo.com/?q=', '%20', 'monferret'), {
    driver: 'cdp',
    viewport: {
        width: 1920,
        height: 1080
    }
})

RETURN doc

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by ziflex
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants
Converted from issue

This discussion was converted from issue #561 on September 20, 2021 00:23.