Selector Issue, when automating NSE

Hi Team,
Im automating NSE website, first transaction is working fine. where i type company name in website and it takes, second time its not working. I checked all selectors. no issues mostly.. Im new can someone help.

@Mohammed_Shabaz,

Most probably it’s your selector with title attribute. You can use * to make the dynamic part of your title to ignore while searching for the ui element.

Learn more about dynamic selectors from here:

Can see that you are using it in for each loop.

Simply at the end using navigate browser activity to go back to first screen before you entered anything.

This should simply solve your issue.

1 Like

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.