Fix syntax error in sendKeys call

This commit is contained in:
Jay Lee
2026-04-25 19:49:15 -04:00
committed by GitHub
parent 0330e315d2
commit 1cb3223637

View File

@@ -107,7 +107,7 @@ async function runSSD() {
sendKeys('{TAB}');
await sleep(200);
}
a sendKeys('{ENTER}');
sendKeys('{ENTER}');
console.log('Clicked Accept');
await sleep(3000);