预成型输入click,cefsharp

时间:2017-04-16 14:00:30

标签: c# winforms chromium-embedded cefsharp

我正在尝试在浏览器中执行输入点击html元素。在IE默认的Web浏览器控件中,代码如下:

HtmlElement htmlel = GoogleWebBrowser.Document.GetElementById("lst-ib");
htmlel.SetAttribute("value", companyTextBox.Text);
SendKeys.Send("{ENTER}");

我对Cef sharp替代感兴趣。根本问题是单击输入html元素的javascript函数将无法正常工作。提前谢谢。

0 个答案:

没有答案