Uncomment screenshot saving functionality

This commit is contained in:
Jay Lee
2025-12-17 18:59:09 -05:00
committed by GitHub
parent a549dc4aa6
commit 5e309fbae9

View File

@@ -9,7 +9,7 @@ import { TOTP } from 'totp-generator';
async function screenshot(driver, filename) {
// uncomment to save .png screenshots
//await driver.saveScreenshot(filename);
await driver.saveScreenshot(filename);
return
}