So here’s my situation. In a pop-up form that I open, there exists 3 drop-down columns. I am trying to put a specific item on them using select item, but it isn’t valid. So I decided to manually do it with click activities. I managed to do the thing in the first drop down, the problem is. The selector for the 2nd and 3rd drop down is somehow the same with the first one, with only the aaname and innertext that is different. I need to set the aaname and innertext to wildcard for validation, but doing so makes the selector pick the first drop down for some reason.
BTW, I open the selectors with the UI Explorer and I managed to get the SELECT Tag for the drop down, but it won’t work/pick when using select item.
I had the same situation and like you said I added ‘aaname’ in UiExplorer and it worked. Can you send a screenshot of the dropdown and the UiExplorer? It will be easier to help
Drop Down 1 and 3 have the same item choices. If I set the aaname and innertext of Drop Down 2 to wildcard(*), it will point to Drop Down 1
Drop Down 1 and have the same exact selectors(including idx), the only diffrence is their item choices.
Drop Down 1 and 3 Choices: ‘Before’, ‘After’, and ‘Equal’
Drop Down 2 Choices: ‘And’ and ‘Or’
My requirements is to set Drop Down 1 to ‘After’, Drop Down 2 to ‘And’, and Drop Down 3 to ‘Before’ or ‘After’.
Problem is, I need to put a wildcard on their aaname, as the current choice present is dynamic. It won’t validate if I set the Drop Down 2’s aaname to ‘And’ while the current choice is ‘Or’
I tried it, but it won’t highlight anything although it validates. I originally tried the select item activity while using the SELECT tag from the UIExplorer, but for some reason, It won’t change. The choices(OPTION Tags) are present under the SELECT’s Children. I’m not sure why it doesn’t change. I’ve also tried clicking the SELECT Tag, but it closes the pop-up form instead.
Here’s what the drop down looks like. I’ve erased some text, I’m sorry. I start by clicking the filter button on the top, then pick an item from the drop downs.