Skip to content

How to set ignoreHTTPSErrors puppeteer? #185

Answered by mdervisaygan
dimaslanjaka asked this question in Q&A
Discussion options

You must be logged in to vote

Can you try this?

async function test() {
    const { browser, page } = await connect({
        args: [],
        connectOption: {
            ignoreHTTPSErrors: true,
        }
    })
    await page.goto('<url>')
}

test()

Replies: 1 comment 4 replies

Comment options

You must be logged in to vote
4 replies
@dimaslanjaka
Comment options

@mdervisaygan
Comment options

@dimaslanjaka
Comment options

@dimaslanjaka
Comment options

Answer selected by dimaslanjaka
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