mirror of
https://github.com/GAM-team/GAM.git
synced 2026-07-04 04:41:35 +00:00
Replace driver.sendKeys with sendKeys for Enter
This commit is contained in:
@@ -96,7 +96,7 @@ async function runSSD() {
|
|||||||
sendKeys('{TAB}');
|
sendKeys('{TAB}');
|
||||||
await sleep(200);
|
await sleep(200);
|
||||||
}
|
}
|
||||||
await driver.sendKeys([Key.Enter]);
|
sendKeys('{ENTER}');
|
||||||
console.log('Clicked Next');
|
console.log('Clicked Next');
|
||||||
|
|
||||||
await sleep(3000);
|
await sleep(3000);
|
||||||
|
|||||||
Reference in New Issue
Block a user