|
@@ -428,8 +428,6 @@ class default_1 {
|
|
|
.then(() => page.click('button:has-text("実行")', { timeout: 0 }))
|
|
|
.then(next);
|
|
|
}),
|
|
|
- page.waitForResponse(res => res.status() === 429, { timeout: 0 })
|
|
|
- .then(() => { logger.error('fatal error: login restricted: code 429, exiting'); process.exit(1); }),
|
|
|
next(),
|
|
|
]))(() => page.click('button:has-text("情報を保存")', { timeout: 0 }).then(() => { isWaitingForLogin = false; })));
|
|
|
browserSaveCookies = page => page.context().cookies()
|