Hi,
If you click on the button the key "a" should be send to the webbrowsercontrol. So i have informed myself and found the SendKey Methode. (the current code)
webBrowser1.Focus();
SendKeys.Send("a");