Hi Team
Is there any way to open a specific Chrome profile via UXer (using open browser and go to a URL)?
Hi @digitavisions ,
It is not possible via openbrowser but I figured it out via Runcommand as below.
First: You need to go to this folder to see what are the Chrome profile names. I had several profiles. You can try all of them one by one to find the one you are looking for.
C:\Users\YOURUSERNAME\AppData\Local\Google\Chrome\User Data
An then here is the command:
RunCommand
Command: cmd.exe
Arguments: /c start chrome.exe --profile-directory=“Profile 4” “https://example.com”
RunCommand “cmd.exe” “/c start chrome.exe --profile-directory=“Profile 8” “Ubersuggest”
Hi
It doesn’t work. It opens up a profile which doesnt exist on my chrome profile at all
and it opens an invalid URL


