在 python 中使用 Selenium 服务器截取全页屏幕截图

发布于 2024-11-24 09:45:04 字数 159 浏览 1 评论 0原文

我正在尝试使用 python 使用 selenium 获取 url 的整页屏幕截图 我找到了很多 webdriver 的例子,但我更感兴趣的是通过 服务器。如果可以的话,有可能吗,有人能指出我正确的方向吗?我对服务器版本感兴趣的原因是为了减少负载,进行多请求处理,并且如果可以避免的话,可能不必加载 X。

I am trying to take a full page screenshot of a url using selenium using python
I have found plenty of examples for webdriver but I am more interested in using it through
the server. Is it possible if yes, can anyone point me in the right direction? The reason I am interested in the server version is to reduce load, do multi request processing and possibly not have to load X if I can avoid it.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

吾性傲以野 2024-12-01 09:45:04

通过 Selenium IDE 的 captureEntirePageScreenshot 命令像这样导出到 Python 2(远程控制)中

sel.capture_entire_page_screenshot("entirePageScreenshot.png", "")

The captureEntirePageScreenshot command through Selenium IDE is exported like this into Python 2 (Remote Control)

sel.capture_entire_page_screenshot("entirePageScreenshot.png", "")
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文