I have some already working selenium scripts written in python. But, my current use case is to run them through jmeter.
I know I can add webdriver sampler in jmeter to integrate selenium with jmeter. But what if the scripts are written in python?
Is it possible or I need to convert my scripts to java?
