#14 作成は完了

This commit is contained in:
2025-06-05 02:45:00 +09:00
parent 7719a9ea9d
commit e8760ca1d8
6 changed files with 137 additions and 53 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ void (async () => {
const page = await browser.newPage ()
await page.setViewport ({ width: 960, height: 960 })
await page.goto (url, { waitUntil: 'networkidle2', timeout: 10000 })
await page.goto (url, { waitUntil: 'networkidle2', timeout: 15000 })
await page.screenshot ({ path: output })
await browser.close ()