← Back to team overview

sikuli-driver team mailing list archive

[Question #244247]: capture image of web page with scrollbar

 

New question #244247 on Sikuli:
https://answers.launchpad.net/sikuli/+question/244247

I am trying to capture image of webpage with scrollbars. I am wondering if this is possible with Sikuli. I was able to do this using js library called html2canvas(https://github.com/niklasvh/html2canvas). it converts the page into canvas and then canvas to blob to save it as image in png or jpeg format.  It has certain limitations like missing background color while generating image. I was able to cature single page webpage screenshot using Screen class in Sikuli API. For that, I had to launch the browser in full screen mode and made sure that there is no window on top of it which is not really ideal. Let me know if you guys have any clue.

-- 
You received this question notification because you are a member of
Sikuli Drivers, which is an answer contact for Sikuli.