GerapyPyppeteer icon indicating copy to clipboard operation
GerapyPyppeteer copied to clipboard

Linux环境中,无头模式如何刷新页面

Open DSzhe1021 opened this issue 5 years ago • 0 comments

在无头模式下,获取到的页面是空白的,需要刷新一下,尝试过使用 await page.reload() await page.evaluate("window.location.reload()") 但是并没有什么作用,得到的页面还是空白页

DSzhe1021 avatar Apr 21 '21 08:04 DSzhe1021