Hello,
I have few chrome user profiles. I need to open a chrome on particular profile to login to the application.
In Open Browser Activity, there is no option to specify. Is there any other way to specify to open the desired chrome profile.?
i was try to use
read text file activity to read this script.bat
cd "C:\Program Files (x86)\Google\Chrome\Application\"
.\chrome.exe --profile-directory="<profile name>"
and then invoke power sheel but i still get error, any one can help me