I am trying to build additional functionality into Selenium IDE and would like the ability to import and run tests created outside of Selenium IDE using the browser extension. Is there any sort of converter or code that can take a Selenium test from something like Python or C# and convert it to a .SIDE file?
-
Just guessing, but I'm thinking this isn't likely - tests written in a programming language likely contain logic/code outside of what the Selenium IDE supportsernie– ernie2022年09月14日 17:46:53 +00:00Commented Sep 14, 2022 at 17:46
1 Answer 1
Upon further research, there is no easy way to covert from object oriented written Selenium tests to .side files. One could write a parser that converted just Selenium functions to .side xml code, but logic outside of the selenium package has no equivalent in a .side file.
Explore related questions
See similar questions with these tags.