Selenium 测试期间屏幕记录并发浏览器
我想在 IE、Firefox、Safari 等中录制 Selenium 测试用例。
当使用 Selenium Grid 时,一个节点可以同时处理多个测试。我需要录制当前执行测试用例的每个浏览器的视频。
我正在考虑制作一个包装脚本,在其中传递浏览器名称和其他参数,然后调用浏览器,获取窗口句柄并用 C# 记录会话。
这是个好主意吗?是否还有其他可用的解决方案?
谢谢
I want to videorecord Selenium test cases in IE, Firefox, Safari, ...
When using Selenium Grid, a node can be processing multiple tests at the same time. I need to record a video of each browser currently executing the testcase.
I was thinking to maybe make a wrapper script where I pass the browsername and other args, which would then invoke the browser, get the window handle and record the session in C#.
Is this a good idea? Are there other solutions already available?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
看看测试用例记录
have a look Test case recording