watin attachto Embedded browser
Posted
by MHop
on Stack Overflow
See other posts from Stack Overflow
or by MHop
Published on 2010-03-10T19:06:58Z
Indexed on
2010/03/11
17:34 UTC
Read the original article
Hit count: 1040
I have a c# windows form project using watin.
I would love to attach to the web-browser control on a form, is this possible? Is there any sample code on how to attach to the embedded web-browser control.
//Looks like this only works for actual IExplorer instances. window = WatiN.Core.Browser.AttachTo(WatiN.Core.Find.ByTitle("Google"));
© Stack Overflow or respective owner