I'm tring to select a textbox to input some data into it, the problem is i don't know how to get it's element:
This is what i get whem i do inspect on it:
<input class=" input" maxlength="255" type="text" aria-describedby="" placeholder="" id="8624:0" data-aura-rendered-by="8628:0" data-interactive-lib-uid="28">
The thing is that this is basically to fill forms, and id, rendered by, and uid numbers change. Is there anything i could try?