Hi
I have a scenario where I want to type something in the text field, and after typing it will show similar matches and I have to choose only the one which is exactly the same as what I have typed.
Click activiti is working fine if only one result is shown
But if multiple matches are shown then it got stuck.
Thanks in advance
Hi @Riya_Bansal ,
Keep aaname in selector as that exact word. It should work.
1 Like
Hi i have done the same
working if list size is only 1.
Can you share the screen shots of the screen and selectors being used?
@Riya_Bansal
<webctrl aaname=‘(\s+)?{{familyDoctor}}(\s+)?’ matching:aaname=‘regex’ tag=‘DIV’/>

Try this.
1 Like
@Harshith_Adyanthaya

suppose this is the scenario
it is not working in these kind of scenario.