0

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.

Dan Davies Brackett
  • 9,811
  • 2
  • 32
  • 54

1 Answers1

2

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

tokland
  • 66,169
  • 13
  • 144
  • 170