I want to launch chrome driver with a different proxy for each thread. My set up is:
- Thread Group - Minimum 5 number of threads
- JSR223 Sampler - Setting up proxy
- Chrome driver config - port is hard coded(8889)
- Transaction Controllers with Samplers
In JSR223 sampler, I am getting the free port using socket.getLocalPort(). I want to pass that value to Chrome driver.
Please help me to achieve this.