标签: javascript c# cefsharp
我想使用cefSharp在网站页面上填写提交表单:
cefSharp1.ExecuteScriptAsync("document.getElementById('Author').value='Me'");
但是按钮submit无效,因为此表单检查是否已按下键,所以有附加事件:main.keyup=onTextChange($event,index,id) 我该如何模拟给他们打电话?谢谢。
submit
main.keyup=onTextChange($event,index,id)