在 python 中使用 Selenium 服务器截取全页屏幕截图
我正在尝试使用 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
通过 Selenium IDE 的 captureEntirePageScreenshot 命令像这样导出到 Python 2(远程控制)中
The captureEntirePageScreenshot command through Selenium IDE is exported like this into Python 2 (Remote Control)