This way we can send HTTP requests from the Node.js instead of UI interactions.
const cookies = await page.cookies()
cookies.forEach(
async cookie => {
await setCookie(
`${cookie.name}=${cookie.value}`,
'https://www.example.com'
)
}
)
const { request } = await got('https://www.example.com', { cookieJar })
sorry,
i had to apply this patch "npm install [email protected]" to avoid this error.
for google i have this log "CONSENT=PENDING+860; AEC=AakniGNyWD3SnbxUf8IVQWmrUQaARXNLTE5M9pbVBZlRRDFYkBFeTUy7iw; test_cookie=1"