How to copy any website url to a variable in the uipath studio sequence

Hi forum,

i want to login into any website
and validate that if i already login then bot should carry the further instruction,
if not loggedIn then i want my bot to find out and start the login process,

Hi, You can simply use “Element Exists” activity.

E.g. If you are landing to your dashboard page after login then you can do element exists activity to check whether particular element(link/menu) which comes after login is available on screen or not, if its available then you have to assume you are login else you need to do login

1 Like