ruby 的 Selenium WebDriverBackedSelenium 实现
我目前正在从事自动化测试项目。我正在尝试从 selenium rc 迁移到 selenium 2 webdriver,但我想保留旧的测试类。我搜索过这个并找到了 WebDriverBackedSelenium 但它似乎只在 java 中。
那么是否有任何实施方案或者有人已经实施了它?
I'm currently working on automated testing project. I'm trying to migrate from selenium rc to selenium 2 webdriver but I want to keep the old test classes. I have searched about this and found WebDriverBackedSelenium but it seems to be only in java.
So is there any implementation out there or has anyone already implemented it?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我们正在努力将 Java WebDriverBackedSelenium 公开为 Selenium 服务器的一部分,这将为我们提供所有受支持语言的此功能。观看此问题。
We're working on exposing the Java WebDriverBackedSelenium as part of the Selenium Server, which will give us this functionality in all supported languages. Watch this issue.