Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要从 Python 打开一个网页并将我在浏览器中看到的内容捕获为图像(或者更确切地说应该看到的内容,因为我想在后台执行它)。该网页包含 JavaScript - 一帧的标题取决于脚本评估,我希望它也被捕获。
至少,使用PyQt + QWebKit(此处和此处的示例)是可行的。