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