0

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?

asked Aug 29, 2022 at 18:45
1
  • 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 supports Commented Sep 14, 2022 at 17:46

1 Answer 1

0

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.

answered Sep 14, 2022 at 19:32

Your Answer

Draft saved
Draft discarded

Sign up or log in

Sign up using Google
Sign up using Email and Password

Post as a guest

Required, but never shown

Post as a guest

Required, but never shown

By clicking "Post Your Answer", you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.