extatus Posted January 1, 2019 Posted January 1, 2019 Hi. Is there a way to disable auto login after script has executed? I only need auto-login for first logon, then custom break handler takes over. I cant reference credentials if bot names arent visible.. I think account selection data is encrypted and any gui attempt at login screen will throw npe's. thoughts?
Naked Posted January 1, 2019 Posted January 1, 2019 I'm not sure. I would suggest CLI and a login handler. You'd probably find this one fairly easy to integrate: You can pass the user/pass as a script parameter.
extatus Posted January 1, 2019 Author Posted January 1, 2019 20 minutes ago, NakedPotato said: I'm not sure. I would suggest CLI and a login handler. You'd probably find this one fairly easy to integrate: You can pass the user/pass as a script parameter. I am already using CLI with -norandoms and have custom login handler in place. My script is set-up so that bots are grouped. I'd like to keep similar roles to one client instance. (4x on 1 client) (5x on 2nd.. etc),