This commit is contained in:
@@ -115,6 +115,8 @@ async function handleError(page, err) {
|
||||
await page.waitForNavigation({ waitUntil: 'networkidle2' });
|
||||
}
|
||||
|
||||
await new Promise(r => setTimeout(r, 5000));
|
||||
|
||||
const frameHandle = await page.waitForSelector('iframe');
|
||||
const frame = await frameHandle.contentFrame();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user