0
votes

Is it possible to convert a selenium IDE test case (selense) to other programming languages by command line ?

for example, to python code.

emphasis on command line option and not using the Selenium IDE.

thanks

1
It looks like the IDE's formatters are JS plugins. There might be a way to run those from the command-line, but I'm not aware of one. - rutter

1 Answers

0
votes

Yes sure! you can convert it.

1)Open your IDE

2)Click File

enter image description here

3)Click Export Test Case As

enter image description here

4)Select what language you want to convert!