mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Uncomment screenshot saving functionality
This commit is contained in:
@@ -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
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user