我有这个代码:
<input type="button" onmousedown="IamTyping(0);" style="font-size:16px;" value="enter">
并在 C# 中尝试过:
GeckoInputElement enter = new GeckoInputElement(myBrowser.Document.GetElementByTagName("input").DomObject);
enter.click();
C#没有任何错误,但它不起作用!