Hi ,
I have a Dropdown menu i need to select,
but this drop down Menu have duplicate values ,
which i must be able to select each of them and verify if its the correct one ,
so my scenario like this
example dropdown:
A
B
C
B
D
what i need to do is fist select B on first drop down and check if B = fulfill my condition
if not i will need to select B on 4th Drop down and check if = fulfill my condition
then it will will trough all same duplicate ,
if duplicate not found then i will assign a var as = "Fail "
need any idea to go trough this looping of duplicate drop down
i read the attribut of the drop down then save it inside an array
2.i do for each of the index to see of the current index value fulfill my condition
if yes then select the index
if not then continue for each
3.after the index have been found then do select item using
theitems(ItemtoSelect-1)
the items = array of drop down value
item to select = value from POINT Number 2
I Will also test your workflow shortly , but i need someone else opinion on this way im using it
I just checked behavior of SelectItem activity. In my environment, if there are same name items in the options, we can only select last item of them, even if select the first one.
So, if your selectItem doesn’t behave the above, it’s no problem, however, it might be better to check it in details.
your solution can get the corerct index , but after it choose the dropdown the info that should be auto show up on the page after we choose a dropdown didnt load soemehow ,
means the web didnt consider it as dropdown been chosen.