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