How to export Selenium Test Suite/Case as C#

冷暖自知 提交于 2019-12-21 11:25:36

问题


In the older version of the Selenium IDE you used to be able to export a test case as different languages, however, I am not seeing that option on the newer IDE...

Is it possible to export the test suite/case as C# in the newer IDE?


回答1:


The closest I have found is the option to export to Java. https://www.seleniumhq.org/selenium-ide/docs/en/introduction/code-export/

The important bits require minimal changes to use in a C# project.




回答2:


npm i @seleniumhq/code-export-csharp-commons


来源:https://stackoverflow.com/questions/50052777/how-to-export-selenium-test-suite-case-as-c-sharp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!