my problem: I have a website where I have to sign in.
When I do this by my own, it works.
When the bot tries to, it loads infinitely long.
Navigating with the bot works, but not signing in.
I installed the browser extension. Using another browser does not work as well.
Are there websites these denies using rpa?
Use Element Exist for select the element so that it will wait for the element which Appears after loading the Page of your Website then after
Use IF else condition and keep Output of Element exist in If Activity then you can do further steps.
Thanks,
Rounak
Solution: Use Element Exists activity->Create one output variable->Take one if condition->Output=True->In then block use the log in->In Else block Give some delay and use Navigate to the same URL->Then use login again in else block…
Cause2: Because The speed of the bot or Network is fast…
Solution: Use Delay activity and give some 4 To 5 Seconds delay…
Cause3: Selectors issue
Solution: Make the selectors very dynamic by using the wild cards…