Page 1 of 1

How to use Microsoft's WebBrowser Control

Posted: Sun Oct 05, 2008 6:21 pm
by nikivancic
I believe that I saw some text about the embedded WebBrowser Control, but searching for it created a lot of unrelated information :cry:

How can I create the instance of the WebDocument object related to the instance of the WebBrowser control? Can someone point me to the relevant information please?

Nik

Posted: Mon Oct 06, 2008 9:46 am
by Support Team
I believe, WebDocument.GetDocument(Control) is the method you are searching for. The method takes the control instance of a web browser control (embedded or stand-alone IE) and returns the corresponding WebDocument instance.

Regards,
Alex
Ranorex Support Team