I have my own web app running in a browser. I want to trigger DOM events from a program running outside the browser. What is the best way to setup this interaction? Is my best bet to send keystrokes to the browser and handling these in my web app?
I prefer a generic solution, but if certain browsers (e.g. Chrome) have a specific facilities for this, I'm also interested in finding out.