I need to BOT to run a series of events within IE to pull multiple reports for my company. When you open IE, sometimes our system already logs us in and sometimes we need to login with our username and password. The BOT is built to log the user in, so we ask users to manually clear their IE cache in order for the BOT to run smoothly.
However, there has to be a way to tell UIPath if when you open IE and it looks like this (grab image), then perform these actions. If it doesn’t look like this, then perform these actions. I tried an IF statement, but couldn’t understand how to configure. Any help is greatly appreciated! Thanks.