|
|
@@ -99,7 +99,7 @@ async function getPageData(browser, page, options) {
|
|
|
const injectedScript = await scripts.get(options);
|
|
|
await page.evaluateOnNewDocument(injectedScript);
|
|
|
if (options.browserDebug) {
|
|
|
- await page.waitFor(3000);
|
|
|
+ await page.waitForTimeout(3000);
|
|
|
}
|
|
|
try {
|
|
|
await pageGoto(page, options);
|