tutorial.eyehunts.com
How to press enter key programmatically in JavaScript | Simple code
Use KeyboardEvent to trigger enter key programmatically in JavaScript. Execute the onkeydown function with dispatchEvent when the user clicks
Rohit