Hi, i'm not sure on how to hookup on the DocumentCompleted event when initializing `_browser = new Browser(webBrowser1);` As i would like to start to get the elements after the document was completely loaded.
Hi,
i'm not sure on how to hookup on the DocumentCompleted event when initializing
_browser = new Browser(webBrowser1);As i would like to start to get the elements after the document was completely loaded.