views:

23

answers:

1

I use Java for scripting. i have tried using the ROBOT class, but i am still not able to capture what is on the entire page(i get the screen dimensions and capture the image, if an extra value is added to the height/width the Page content is not captured where as a black screen is added). In short is there any way to implement captureEntirePageScreenShot() for IE. Thanks in advance for all the help.

A: 

Do you want to capture the entire screen or entire page? If the page needs to scrolled down, I dont think you can capture that in Selenium. It may be possible in Se2.

Rajasankar
Thanks Rajsankar. I do want to capture the the entire Page, i do need to scroll down. is there no way to do this using Java if not Selenium alone?
Manikandan
Nope. AFIK it is not possible. I think there is no way you can extract the entire page in Java. May be you need to post a new question with Java tag
Rajasankar