Keyword Project - Convert from Python to JavaScript
Short Question - How do you convert a Keyword Project recorded using Python as the underlying language to JavaScript?
Long Background - When we were originally creating Projects years ago - we experimented with using different underlying languages for our Keyword Projects. Quickly we decided to go with JavaScript as our standard as it appeared to be the most universal. Since what we were reading at the time stated that the underlying language should have no impact on actual function - we didn't bother redoing anything we had in Python.
Now we are running into issues which require some scripting (i.e. - Capture an Order number from a screen, then plug that number into another function). We don't want to have to find solutions for both languages. As JavaScript is our standard, we want to convert our Python Projects.
Anyone know how?