Forum Discussion
Mike359
3 days agoContributor
- I have also tried scrolling to the bottom of the screen then back up before taking the screenshot.
- Waiting for page to load. (aqUtils.Delay, Sys.Desktop.Refresh, page.BringToFront, Options.Run.Delay, page.ToUrl(page.URL), plus others )
- Calculating its height and width values and passing those in instead of -1.
- Started at pixel 1 rather than 0 ie page.PagePicture(1,1,-1-1)
All of which made no difference (I am now considering using other methods to perform a full page extract, but this required access to DotNet libraries or ImageMagic being installed. Ideally I do not want to do that). These types of issue are difficult to reproduce by others, making it hard to identify and fix. Especially if others have not experienced he same.
However, any other suggestions or TC methods I can use would be gratefully received.
Thanks In advance