I am trying really hard to select a value from the drop-down but haven't succeeded. Because that form contains a lot of drop-down tags with the same IDs (No unique IDs available, and all of them are dynamic), the only difference between them is the Label tag.
Is there any way by which I can target elements using label tags in power automate desktop?
Html Format of drop down(Example):
<tw-dropdown>
<div>
<tw-fieldlabel>
<label>Drop-Down-1
<span>optional</span>
</label>
</tw-fieldlabel>
<div>
<div>
<input type="text">
</div>
<div>
<button>
</div>
</div>