我已经开发了一个selenium关键字驱动框架。它使用selenium WebDriver。现在我需要迁移到selenium网格。做得到吗?我使用Java作为编程语言。
发布于 2015-03-12 04:42:13
Selenium Grid只提供浏览器来运行使用Selenium WebDriver编写的测试。请参阅网格wiki
网格允许您执行以下操作:
实例。
https://stackoverflow.com/questions/28690230
相似问题