Hi all,
I want to fill in a form on a web based app that we used, but I can't seem to find the right selector.
I want PAD to look at the value in the excel cell and then choose that value from the drop-down menu. The value is always a currency such as EUR or GBP.
When I inspect the element it shows this:

My own selector looks like this
iframe[Id="SMFrame"] div[Text="%ExcelData[LoopIndex][16]%"]
Can someone please help me here? I'm still learning about custom CSS selectors. 😊