We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 77a3991 commit 7e1725bCopy full SHA for 7e1725b
src/step-executor.ts
@@ -354,8 +354,6 @@ export async function executeStep(
354
try {
355
await newPage.goto(href, { waitUntil: 'networkidle' });
356
} catch (err: any) {
357
- // take page screenshot
358
- await newPage?.screenshot({ path: `screenshot-${href}.png` });
359
console.log(` ⚠️ Navigation failed for ${href}: ${err.message}`);
360
throw err;
361
}
0 commit comments