I have this code:
<input type="button" onmousedown="IamTyping(0);" style="font-size:16px;" value="enter">
and tried this in C#:
GeckoInputElement enter = new GeckoInputElement(myBrowser.Document.GetElementByTagName("input").DomObject);
enter.click();
C# doesn't have any error, but it doesn't work!