If ELSE condition - Lands in already logged in page ELSE Enter Login Details

I am looking for an If Else condition option, where

You open a browser login of any website and it lands in already signed page ELSE it should take to signIn/Password page and continue.

Any help is appreciated.

Thanks

@VenkatK
When you open the browser you can use an Element Exists activity to check and see if you are already logged in. Pick an element that only appears if you are logged in such as a usename or a logout button. Then you can use an If activity with the result to determine whether you need to log in or not.

1 Like

it is providing error instead of false if does not exists. how to solve that