Hi Guys,
Hope you are doing well.
I need to select a drop down & the select items should contain some data. I do not know what are the drop down values are available.
Condition for selected Item are below, both condition should be matched.
-
List item It should end with “XXXX”
-
List item It should contain the value - “#####”
My approach - as to get the items present in the drop down, then iterate one by one & get the match. And at the end pass that matched value to drop down.
Please help on this. If you can share one sample code then that will be great.