How to capture html frame as an image

526 views Asked by At

I need to open a webpage from Python and capture what I see in browser as an image(or rather what should be seen, because I want to execute it in background). The webpage contains JavaScript - one frame has caption dependent on script evaluation and I want it also to be captured.

1

There are 1 answers

2
tokland On BEST ANSWER

It's feasible, at least, using PyQt + QWebKit (an example here and here).