Qertyans Posted June 27, 2024 Posted June 27, 2024 Hi I'm new in Autoit i have code to open guest user chrome and link. 1. how to open chrome to spesific user profie chrome ? 2. how to open multiple tabs, each tabs has spesific url spesific user profile chrome? purpose put username password on spesific user profile chrome, not in script. This is the code I have now Run("C:\Program Files (x86)\Google\Chrome\Application\chrome.exe -test-type --ignore-certificate-errors --guest --user-data-dir=c:\temp\" & Random(10000,99999,1) & "https://xxx.xxx.xxx.xxx/")
Qertyans Posted June 28, 2024 Author Posted June 28, 2024 base on this run spesific chrome profile I can make script to spesific user profile and multiple tab Run('"C:\Program Files\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 3" -test-type --ignore-certificate-errors "google.com" "facebook.com" "mail.google.com"') the problem now on, is on user profile on chrome, after searching I can not find to lock user profile chrome. the goals is, user profle A can not change to other user profile B or if can change to other profile is need input password. (like user profile lock) I want to setting user profile chrome level same like guest (because can not change to other user profile), but can save password. can someone help or give some idea ?
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now