Merge pull request #728 from getmaxun/focus-fix

feat: focused element typing
This commit is contained in:
Karishma Shukla
2025-08-08 16:15:06 +05:30
committed by GitHub
2 changed files with 22 additions and 5 deletions

View File

@@ -718,6 +718,8 @@ const handleKeyboardAction = async (
}
const generator = activeBrowser.generator;
await page.press(data.selector, data.key);
await generator.onDOMKeyboardAction(page, data);
logger.log(
"debug",