문제

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