Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to export Selenium Test Suite/Case as C#

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?

like image 433
Jeffrey L. Roberts Avatar asked Apr 26 '18 22:04

Jeffrey L. Roberts


1 Answers

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.

like image 81
Ola Eldøy Avatar answered Oct 01 '22 22:10

Ola Eldøy