Magic extract all text field values and hidden field values

Hi Guys,

I have a gatling scenario where I am updating one text field out of 20+ fields in a web form. This requires me to extract all the fields that are pre populated from text boxes and dropdowns otherwise I’ll overwrite the field with an empty value.

Does gatling have some sort of dial that I can turn on so that all HTTP form field values get extracted and stored in session as Map for later use?

Also what do you guys think about having a feature that allows to extract all hidden fields (such as CSRF tokens) to get auto extracted? This will reduce code noise as one wouldn’t have to write checks.

Thanks so much for your help!

-ESJ

Bump!

https://github.com/gatling/gatling/issues/2703

I have a good proof of concept.
I might have something in master by the end of next week.

Good to hear. Thanks so much Stepahne.