Using webBrowser control in a winForm. but when the webpage is updated by Ajax or in a frame, I cannot use
webBrowser1.document.getElementById
, etc. to find that htmlElement
. The element also won't show in the View->Source code
in IE.
The untimate purpose is to find that htmlElement
and simulate a click or other function like
invokeMember("staff")
.