本文介绍了如何将selenium IDE中记录的命令转换为Java?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
是否有任何应用程序或简单方法将 Selenium IDE
记录的所有命令转换为 Java(Selenium WebDriver)
?
它会更容易,并且会节省很多时间。
Is there any application or simple way to convert all the commands recorded by Selenium IDE
to Java (Selenium WebDriver)
?It would be a lot more easier and would save a lot of time.
任何建议都将受到赞赏。
谢谢!
Any suggestions will be appreciated.Thanks!
推荐答案
在我的Selenium IDE版本2.4.0中,它很简单:
In my Selenium IDE version 2.4.0 it is easy as pie:
- 在Selenium IDE中记录测试用例
- 单击文件 - 将测试用例导出为 - Java / JUnit4 / WebDriver
- 将文件另存为.java
在这里,你走了!您的测试用例转换为WebDriver;)
And here you go! Your testcase is converted to WebDriver ;)
这篇关于如何将selenium IDE中记录的命令转换为Java?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!