How should I keep the automation result without letting it closed by itself

let’s say my automation is to open a specific login page, then type into id & pw, then click “OK” to finish log-in. but I find that if I don’t open my browser in advance, the automation will open one by itself, which is good, but close it by itself too, which is absolutely not my expectation. then if I open the log-in page again, it’s already the logged-in page.
so is there anything I can do to make the automation better? what I want is just don’t need to open the log-in page in advance, and after the automation, the logged-in page remains there, not closed.

Can you see an option where you can set “Close” to “Never”.

image

it works. thanks a lot!

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.