Click here to Skip to main content
15,890,825 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I would like to take screenshots for specific IE9 page.
The screenshot will be used for testing, so WebBrowser can't be used here. It must be the actual content in the IE.

My problem is I can't handle the scrollbar, like scroll down or up.
The code like below does not work:

myDoc.body.setAttribute("scrollTop", 50, 0);


Are there any articles for that?
Any suggestions are welcome.

Thanks,
Hui
Posted
Updated 3-Jul-13 23:18pm
v2
Comments
thanh_bkhn 4-Jul-13 4:05am    
What is the problem with the scrollbar? Does Print Screen button not work?
Or if you want to capture the entire web page's content, you could use SnagIt.

How you trying to capture screen. By using some external application??
 
Share this answer
 
Comments
You should add this as a comment, not as an answer.
Anybody can help?

Thanks,
Hui
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900