WebKit .Net RaiseEvent/Click 等效项

发布于 2024-09-28 04:54:38 字数 188 浏览 4 评论 0原文

我正在应用程序中试验 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

猫性小仙女 2024-10-05 04:54:38

自从我问这个问题以来已经有一段时间了,一段时间后我几乎自己解决了这个问题 - 没有同等的东西。您只需使用 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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文