mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-03 20:31:35 +00:00
Enhance logging and screenshot functionality
Added logging for escaping the start menu and taking screenshots.
This commit is contained in:
@@ -112,6 +112,16 @@ async function runSSD() {
|
|||||||
|
|
||||||
await sleep(3000);
|
await sleep(3000);
|
||||||
await takeScreenshot('oob3.png');
|
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 {
|
} else {
|
||||||
console.log('NOT running on ARM64');
|
console.log('NOT running on ARM64');
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user