Enhance logging and screenshot functionality

Added logging for escaping the start menu and taking screenshots.
This commit is contained in:
Jay Lee
2026-04-25 20:15:20 -04:00
committed by GitHub
parent 6f72c9844b
commit 03d79ec62e

View File

@@ -112,6 +112,16 @@ async function runSSD() {
await sleep(3000);
await takeScreenshot('oob3.png');
sendKeys('{ESC}');
console.log('Escaped start menu');
await sleep(3000);
await takeScreenshot('oob4.png');
} else {
console.log('NOT running on ARM64');
} else {
console.log('NOT running on ARM64');
}