An account creation automation needs to log into a number of systems. However, to make it stable & reliable, we want the bot to start with a ‘clean slate’ each time. We want it to be able to check if the website is currently logged in & if so, then log out before beginning it’s run.
I’ve tried a few variations & the most promising seems to be the If Window exists… option, however, I haven’t been able to define the windows generically enough so my automation recognizes the website as logged in.
It seems to skip the step & I’m not sure what a better approach would be?