mirror of
https://github.com/FlareSolverr/FlareSolverr.git
synced 2025-06-07 20:15:24 +00:00
Improve old JS challenge waiting. Resolves #129
This commit is contained in:
parent
0f30e17ef1
commit
543ce89eb6
@ -186,6 +186,7 @@ export default async function resolveChallenge(url: string, page: Page, response
|
||||
} else {
|
||||
// reload the page to make sure we get the real response
|
||||
response = await page.reload()
|
||||
await page.content()
|
||||
log.info('Challenge solved.');
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user