Hello! I’m trying to figure out how to use macros to automatically login to a website where I am monitoring a page. Once logged in, it stays logged in for about 15 min before it logs out automatically due to inactivity. If there is activity, it stays logged in.
So far I’ve set up the macro to enter username and password and click submit. But how do I tell the macro that it’s ok if it can’t find a username/password field (due to the previous session still being active)? Also, is there a way to speed up the macro? When I replay it, it is very slow at each step.
I assume that it is by adding a “if_else” step whereby “if user/pass fields exist, then run this macro, else just check the page per usual without running the macro”? Is this correct?
I cannot find the help docs to describe how to use the “if_else” step, which is in the image below. Anything I type into the field doesn’t seem to get saved after I hit the “Save” button. Any help would be appreciated!