Completed
Last Updated: 23 Jan 2014 13:30 by ADMIN
ADMIN
Boyan Boev
Created on: 21 Jan 2014 09:04
Type: Bug Report
0
ActiveBrowser.ContentWindow and ActiveBrowser.ResizeContent return System.NullReferenceException in Chrome 32
The workaround is to use ActiveBrowser.Window instead of ActiveBrowser.ContentWindow.

For resizing Chrome you can use ActiveBrowser.Window.Move(new System.Drawing.Rectangle(0, 0, 1024, 768), false);
1 comment
ADMIN
Iliyan Panchev
Posted on: 23 Jan 2014 13:30
The fix will be included in the next release, expected on 27th of January.