Completed
Last Updated: 29 May 2018 12:01 by ADMIN
ADMIN
Ivaylo
Created on: 13 Apr 2018 08:26
Type: Feature Request
0
ActiveBrowser.Capture() captures blank content in IE against specific websites
Create a test with  step that captures the browser state. When executed against some websites in IE the image has blank content. The same test executed against other website capture the image successfully.

For example the following executed against Google.com captures a blank image:

            ActiveBrowser.NavigateTo("http://google.com/", true);
            System.Drawing.Bitmap brImg = null;
            brImg = ActiveBrowser.Capture();
            brImg.Save(@"C:\WebAiiLog\capture.jpg");

However the same code executed against bing.com works.
1 comment
ADMIN
Ivaylo
Posted on: 29 May 2018 12:01
This behavior has been fixed and it will be available in the upcoming Test Studio release. Thank you for your patience.