Selenium 网格视频录制

发布于 2025-01-07 09:44:49 字数 423 浏览 1 评论 0原文

我正在尝试录制我的硒测试视频。这些测试在 Selenium Grid 上并行运行。 我想为每个 Firefox 打开一个 VNC 服务器,然后开始录制。因此,一个网格节点将打开 5 个 vncserver,然后像“recordMyDesktop”这样的程序将记录其中的每一个并将它们存储在不同的文件中。

我发现了这个: http://www.theautomatedtester.co.uk /blog/2010/castro-selenium-video.html 但不适用于 Java 和 Grid...

提前谢谢你

Richard (我的环境是Linux上的Firefox)

I'm trying to record videos of my Selenium-Tests. These Tests run parallel on Selenium Grid.
I wanted to open a VNC-Server for each firefox and then start recording. So one grid-node would open 5 vncservers and then a program like 'recordMyDesktop' would record each one of them and store them in a different file.

I found this: http://www.theautomatedtester.co.uk/blog/2010/castro-selenium-video.html
but not for Java and Grid...

Thank you in advance

Richard
(My environment is Firefox on Linux)

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

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

发布评论

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

评论(1

唱一曲作罢 2025-01-14 09:44:49

自 2014 年 4 月起,您可以使用一个名为 selenium-video-node 的 java 库来录制视频。

来自自述文件:

该项目为 Selenium Grid 添加了视频录制功能。
视频即时编码为 WebM/VP8 格式并可供使用
测试结束时

https://github.com/aimmac23/selenium-video-node

Available since April 2014, there is a java library you can use to record videos called selenium-video-node.

From the README:

This project adds video recording capability to a Selenium Grid.
Videos are encoded into WebM/VP8 format on-the-fly and made available
at the end of the test

https://github.com/aimmac23/selenium-video-node

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