Option value = "Active" select = selected
This is the syntax of the regex
In request body
There are 12 values in regex. I have to extract all values and passing those value to respective request body
I need to pass Account number: ${csv_accno}
Value1 : 12 th occurrence
Value2 : 11 th occurrence
Value3: 8 th occurrence
Value4: 7th occurrence
Value5: 4th occurrence
Value 6 : 5th occurrence
Value7 : 2nd occurrence
Value 8: 1st occurrence
PS: I have to pass all values in same request with respect to occurrence for all user accounts
Additional doubt: if dev team changed the html format it would be affect this script..
Could you please help to solve this issue...