kaiji_San
(kaiji San)
1
Hi
I am trying to open a specific chrome user in UIpath
I tried this but it does not work

Examples of chrome user path name :
“C:\Users\Administrator\Desktop\Amelie - Chrome.lnk”
“C:\Users\Administrator\Desktop\Isla - Chrome.lnk”
And target in properties look like this :
“C:\Program Files\Google\Chrome\Application\chrome.exe” --profile-directory=“Profile 115”
“C:\Program Files\Google\Chrome\Application\chrome.exe” --profile-directory=“Profile 29”
thank you
Hello @kaiji_San ,
Refer this, you may got some idea
Regards,
Gokul Jai
1 Like
kaiji_San
(kaiji San)
3
Hi
I tried to implement the method mentioned within the link


But this did not work
what did I miss ?
Rgs
Kaiji
stary
(Stanislaw R)
4
Hey Kaiji,
Remove these signs and try again: “<” and “>”
@kaiji_San Try this,
cd "C:\Program Files (x86)\Google\Chrome\Application\"
.\chrome.exe --profile-directory="Amelie"
remove “<” “>” in your existing code.
Regards,
Gokul Jai
@kaiji_San
For .bat file try this
start "Chrome" "C:\Program Files (x86)\Google\Chrome\Application\chrome.exe" --profile-directory="Profile 1"
Change Profile 1, Profile2, Profile 3 to ensure the “Amelie”
Before that check the Chrome.exe file path is correct or not in your machine