Hi there,
I have multiple fields to input data into inside a browser. The issue I face is that the field names aren’t always in the same location. Column 1 contains the value I am looking for, then column 3 is where I would like to type in the corresponding variable value. I’ve tried to use a selector but it appears to reference table rows, which is an issue when the rows can appear in different orders.
Any ideas of the best way to tackle this please?
Thanks.