Page 1 of 1

Save Chrome sessions and achive logged in state everytime? [Chrome.ahk 1.2]

Posted: 17 Aug 2023, 06:47
by murataygun
The web site i try to use needs a login procedure. I have 4 different login credentials to get in. Can i do something like this.
Login a website. Save session information. Do stuff. Close chrome.
Next time.
Run chrome. Set session info. Do stuff. (By bypassing login procedure). Close chrome.

Don't want to log in every time.

Don't want any code. I'm familiar with chrome.ahk. Just ideas or directions.

Thank you in advance.

Re: Save Chrome sessions and achive logged in state everytime? [Chrome.ahk 1.2]

Posted: 17 Aug 2023, 07:31
by RussF
I personally use a password manager. As soon as the PM senses a login screen that it has a password(s) for, it fills them in and off you go. Chrome has a built in one, but I don't think it is as secure as most of the commercially available ones.

Russ

Re: Save Chrome sessions and achive logged in state everytime? [Chrome.ahk 1.2]

Posted: 17 Aug 2023, 07:42
by murataygun
I can set credentials with chrome.ahk. No problem there. My sistem all so sends sms code to log in. It takes time and my attention. I should fully automatize this stuff. That is; Login once and automatize other tasks without logging in.

Re: Save Chrome sessions and achive logged in state everytime? [Chrome.ahk 1.2]

Posted: 17 Aug 2023, 08:15
by RussF
If the site uses 2 factor authentication, it's there for a reason - to make it hard to casually log in - or hack. You could also see if the site will work with a usb-based device like a Ubikey for 2FA. That's all I have.

Russ