Hello,
I have one dropdown (not a input box) from where I can select more than one option. I want those preselected options to clear for each loop. A cross mark is there for each option to clear it. and we are not sure how many options will be there preselected.
Identify the selector for each ‘X’ and use a while loop to keep clicking a dynamic selector - you might be able to use idx=‘1’ for example as when you remove the first one, the second one replaced the first one so idx=2 becomes idx=1 potenially.