Auto login to Chrome websites

Get help with using AutoHotkey (v1.1 and older) and its commands and hotkeys
rgoijre23
Posts: 20
Joined: 24 May 2021, 13:43

Auto login to Chrome websites

Post by rgoijre23 » 22 Jun 2021, 19:55

Hello,

I have 7 different Chrome URLs that will download some pieces of data that I need. However, the websites requires credentials. Does anyone know how I can create a script to automatically log in to the websites without using mouse positioning?

Thanks! :)
Capture.PNG
Capture.PNG (8.23 KiB) Viewed 639 times
Franktic
Posts: 14
Joined: 08 Oct 2018, 22:35

Re: Auto login to Chrome websites

Post by Franktic » 22 Jun 2021, 21:33

If the cursor is already in the area for the username I use:
SendInput, username
SendInput, {Tab}
SendInput, password
SendInput, {Tab}
SendInput, {Enter}
Post Reply

Return to “Ask for Help (v1)”