JMeter - Replace inline javaScript to BeanShell

Viewed 32

I need to send elapsed time in header of each request. To do this I use inline javaScript in HTTP Header Manager as following:

enter image description here

If there is any way to do the same with BeanShell instead of javaScript?

1 Answers
Related