I was checking how i can use existing selenium scripts written in python for JMeter. There are suggestions to use Jython. i have installed jython by putting jython jar file in lib. Using JSR223 Sampler, when I tried to give the existing selenium script file it is giving me below error while hitting run
> Data type ("text"|"bin"|""):text Response code:500 Response
> message:javax.script.ScriptException: ImportError: No module named selenium in <script> at line number 1
Do i need to use third party tool to convert existing scripts to JMX file?
My second question is :- I checked the documentation and found that it works on python2.7 version. Is that really correct? How come it is not updated to python3