How to convert commands recorded in selenium IDE to Java?

前端 未结 5 2248
遇见更好的自我
遇见更好的自我 2020-12-05 03:00

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 ea

5条回答
  •  北海茫月
    2020-12-05 03:06

    Im using selenium ide firefox extension and find this looking for how to export tests to javascript

    I found you can export to C# NUnit, C# xUnit, Java JUnit, JavaScript Mocha, Python ,pytest, Ruby RSpec just right click on the test and a menu with export options appears

    some times you can't find the easy way

提交回复
热议问题