LOGIN NAVIGATE TO NEXT PAGE ISSUE

Hi Guys,

I am getting login issue while logging into the application…

In login page i am using my USERNAME and PASSWORD and when i click LOGIN button its navigating to the next page… so that i am using navigate to activity… its navigating to that particular page i can see it in the web URL and after some time before reaching to that particular page its again redirect to LOGIN page

after that i stop the process and when i run it 2nd time. its navigating to that particular page…
so i am keep on facing this issue each and every time in my first login…

I am facing this issue so far so please help me on this guys.

Thanks,
Suresh.

Hello @suresh_kumar4

So, once you click on the Login button after providing the username and the password, you don’t need to provide a navigate to activity. Just clicking on the login button will automatically login to the system and navigate to the home page.

If you want to navigate to another page istead of the default home page it is loading after login, you can use the below steps.

  • wait till the home page is loaded.
  • You can use an on element appear activity to check whether the home page is successfully loaded by indicating an unique element on the home screen and waiting till it is appeared on the screen.
  • After that, provide the Navigate to activity inside the on element appear activity to navigate to the other page you want.

I hope I understood your question properly… If this is not the one you want to address, please let me know :slight_smile:

1 Like

Thanks understood… let me check and get back to you

2 Likes

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