Best method to type into non static fields in a browser

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.

Hey @TRX

  1. You can try using Anchor Tag.
  2. Open UIExplorer, and try making one.

Thanks! I’ll give it a go :slight_smile:

1 Like

Hi,

If I use find element or find image with the anchor, followed by “Type Into” - how do I add a dynamic selector to the “Type Into” activity?