WebKit .Net RaiseEvent/Click 等效项
我正在应用程序中试验 WebKit .Net 组件。通常,使用标准 WebBrowser 组件,我可以通过 id 选择一个元素,然后使用 RaiseEvent 方法在其上引发一个事件,或者对于单击,只需使用 Click 方法。但是,我似乎在 WebKit 浏览器中找不到类似的功能 - 我应该如何引发事件并使用它进行自动点击?
非常感谢所有帮助!
I'm experimenting with the WebKit .Net component in an application. Usually with the standard WebBrowser component I can select an element by id and then raise an event on it using the RaiseEvent method or, for clicks, simply use the Click method. However, I can't seem to find similar functionality in the WebKit browser - how should I go about raising events and making automated clicks with it?
All help is greatly appreciated!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
自从我问这个问题以来已经有一段时间了,一段时间后我几乎自己解决了这个问题 - 没有同等的东西。您只需使用 Microsoft 的默认 WebBrowser 组件即可完成此类操作。
It has been a while since I asked this and I pretty much managed to figure this out myself after a while - there isn't an equivalent. You just have to use Microsoft's default WebBrowser component to do things like this.