unable to select control uniquely
Hi All - I have an Angular JS application in which i need click on the text box which will give you the dropdown to select values. I could able to click the control thru Test Methods but unsucessful when testing thru the flow.
Can anyone help if there is some thing issue with match rule? In this particular control i see inner text as SELECT but the form have multiple controls similar to this hence i cannot use inner text match rule.
Tried with Class rule , multiple controls getting matched. Finally i can only identify control using index match rule but unable to click on the control.
Tried with Events also onChnage,onClick, key down,blur but no luck
Thanks
***Edited by Moderator Marissa to update platform capability tags****