Hello
I’m working with a platform which generate a variable number of input field, with both variable name and values.
So I cannot use simpy css(“input[name=myInputName]”, “value”).saveAs(“MyValue”) because I don’'t know the name of my input fields.
I Need to gather all input in a collection of saved values and be able to post all of them, is there a simple way to do that ?
Thanks by advance for your support
Philippe