pyppeteer
pyppeteer copied to clipboard
OSError: Unable to remove Temporary User Data
At the end of the program,throw this exception.what should I do?
You probably don't have permission. Set 'PYPPETEER_HOME' env variable to somewhere you have access to. That should resolve
Did you call await page.close() before calling await browser.close()?
getting the same problem
don't set args "--no-sandbox"
@dp24678, hi, is there a must to call await page.close() before calling await browser.close(), if so, could you tell me why must? thanks a lot.