Hi all,
 
I have the following question-
 
I would like to capture the entire content of my webpage. I used  following Screen Capture functionality provided by Watir to capture the window.
>>
  file_name= 'Schedule_List.jpg'
  screen_capture(file_name)
>>
 
It captured a screenshot of only the visible portion of my webpage. My webpage has a lot of scrollable content and those content are not being captured by Watir.
I would like to take a screen shot of my entire webpage(both visible not visible region).
 
Is it possible using Watir?? Please let me know..Also, I tried other applications like Fastone,SnagIt for just capturing the scrollable region(these applications have auto scrolling and screen capturing facility) but those applications too are not working for my webpage though they work for other webpages.
 
Please let me know if Watir can resolve this problem.
 
Thanks,
Padhmavathy
_______________________________________________
Wtr-general mailing list
[email protected]
http://rubyforge.org/mailman/listinfo/wtr-general

Reply via email to