mirror of
https://github.com/GAM-team/GAM.git
synced 2026-06-03 22:01:39 +00:00
Fix syntax error in sendKeys call
This commit is contained in:
@@ -107,7 +107,7 @@ async function runSSD() {
|
||||
sendKeys('{TAB}');
|
||||
await sleep(200);
|
||||
}
|
||||
a sendKeys('{ENTER}');
|
||||
sendKeys('{ENTER}');
|
||||
console.log('Clicked Accept');
|
||||
|
||||
await sleep(3000);
|
||||
|
||||
Reference in New Issue
Block a user