سؤال

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!

هل كانت مفيدة؟

المحلول

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.

مرخصة بموجب: CC-BY-SA مع الإسناد
لا تنتمي إلى StackOverflow
scroll top