Installer(.exe or .msi):
License type(Free, Trial/License code):
Studio/Robot version:
Current behavior:
Screenshot:
Hello,
I am try to using UIpath for automatic with chrome.
My workflow is open chrome with user A( by click to special icon on desktop screen ) then attach it to System.Core.Browser variable “browser1”, after that I open chrome for user B( by click to another special icon on desktop screen ) then attach it to variable “browser2”.
My problem is browser1 is success attach and controlable, but browser2 is failure on attach and uncontrol able.
So anybody have a solution for this problem, pls help?
I have idea to customize “Open Browser” because the target of each chrome user is diffirent
(ex:
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --profile-directory=“Profile 6”
“C:\Program Files (x86)\Google\Chrome\Application\chrome.exe” --profile-directory=“Profile 7”)
But it seem hard, i will glad if some one teach me to do it.