C# webBrowser control cannot find htmlElement after Ajax webpage update or in frame
Posted
by Kevin
on Stack Overflow
See other posts from Stack Overflow
or by Kevin
Published on 2010-03-18T05:47:51Z
Indexed on
2010/03/18
5:51 UTC
Read the original article
Hit count: 952
using webBrowser control in a winForm. but when the webpage is updated by Ajax or in a frame, i cannot use webBrowser1.document.getElementById et. to find that htmlElement. the element also won't show in the View->Source code in IE. any one can help? the untimate purpose is to find that htmlElement and simulate a click or other function like invokeMember("staff")
thanks
© Stack Overflow or respective owner