Slector issue while Logging second time

Hey I want just LogIN once after opening chrome.But if i run my Project it didn’t asks Login page but I am
getting Slector not found error because it wont ask login again for session.
How can i move forward or neglect if i get any error in and move forward

Probably Cookie stored your session and puts you trough or something.

You can either make a logic at the beginning like:
Element Exists (post login screen) and set timeout to something lower because otherwise you wait 60 seconds every time. > Skip login

Or you can set login activities (Type Into, Click…) : Continue on Error

I personally recommend against “Continue On Error” and would go with a skip-logic.