Replace driver.sendKeys with sendKeys for Enter

This commit is contained in:
Jay Lee
2026-04-25 20:03:48 -04:00
committed by GitHub
parent 5b1d876101
commit 6f72c9844b

View File

@@ -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);