I’m an UiPath newbie. I’ve written an automation which runs a backup of a D365 environment using MS LifeCycle Services in the web browser by clicking on different elements, on a timed basis, running on a VDI, but this assumes I’m already logged in. I’m developing this for somebody else and was wondering how we approach logging in with MS365 via the browser if they happen to not be logged in? The problem is that it is not a standard username/pw prompt, it lets you choose from a list of already logged in identities.
From the training I’ve done so far, I’d usually search for a page element to determine whether I’m logged in or not, but just wondering if anybody has successfully got this to work via web based automation.