tags:

views:

252

answers:

0

I have taken latest watiN trunck for to support FireFox 'AttachTo'

The following code correctly maximize the parent window browser.ShowWindow(watiN.Trunk.Core.Native.Windows.NativeMethods.WindowShowStyle.Maximize);

I have written the following code to maximize the child browser.
childBrowser.ShowWindow(watiN.Trunk.Core.Native.Windows.NativeMethods.WindowShowStyle.Maximize);

But it doesnt work and throwing NullReferenceException.