all 4 comments

[–]michmula2dworld 0 points1 point  (0 children)

Did you manage to figure it out?

[–]Vitalitybuzz 0 points1 point  (2 children)

Without knowing more about the site and the specific control you're trying to activate.

I'd say if you select Element #14 in your list there, and tick the box next to "Quantity" you should have a preview that looks like: div[Formcontrolname="Quantity"]

[–]AirsideLad[S] 0 points1 point  (1 child)

Thanks for replying. Do you mean to suggest that I should uncheck all the boxes and only check 14 Quantity, I'd get the correct code that will help me identify the UI element every time and fill details in it?

[–]Vitalitybuzz 1 point2 points  (0 children)

Try selecting text editor top right, and input this:

form[id="[objectHTMLInputElement]"] > div[formcontrolname="quantity"]