tags:

views:

314

answers:

2

I want to attach a child window with parent window of firefox browser. AttachToIE attaches IE child window to IE parent window. Is there any method in WatiN.Core for firefox? Anybody knows?

A: 

The WatiN 2.0 Beta (version 2.0.10.928) does not support an AttachTo method for Firefox. However it is supported in the latest trunk revision in subversion. This includes support in the generic Browser class. i.e. Browser.AttachTo.

Sam Warwick
A: 

Where will we get the "latest trunk revision in subversion" to support Browser.AttachTo?

Wolverine