Login page - Put counter as failed attempts

Hello ,

Can someone help me if you have any example of opening a website and logging in and putting it in InitAllApplications. I want to put a counter as failed attempts. If it reaches the number of tried, then it will throw an error and stop the job

@prititit

You can Use Retry Scope and place Element Exists as a condition

Hope this helps you

Thanks

Hello @Srini84

How do I put counter in retry scope?