I am trying to use IECapt to capture a screenshot of a webpage that has silverlight elements but despite adding delays, It shows the silverlight area as a blank. Any ideas or alternative solutions?

link|improve this question
feedback

2 Answers

Use the iMacros for IE "macro recorder" browser addon (free!) and then run this simple one line macro:

SAVEAS TYPE=PNG FOLDER=* FILE=screenshot_time_{{!NOW:yyyymmdd_hhnnss}}.png

It will save the complete website as PNG file.

I quickly tested with a Silverlight page and it works fine:

alt text

PS: Same macro works in iMacros for Firefox

link|improve this answer
feedback

See what Greenshot makes of it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.