A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?
A developer wants to use separate user data folders for browsers in the Main and PiP sessions. What is the correct setting of the UserDataFolderMode property on the Open Browser activity?
To use separate user data folders for browsers in the Main and PiP sessions, the correct setting for the UserDataFolderMode property on the Open Browser activity is BrowserUserDataFolderMode.CustomFolder. This option allows specifying a custom folder for each session, ensuring that different folders are used for Main and PiP sessions.
Automatic - PIP mode uses a diffrent folder than the default mode, automaticaly generated if UserDataFolderPath is not set. Default Folder - Uses the default browser folder, no mater it runs in the main or PIP session. Custom Folder - Uses the folder specified in UserDataFolderPath or an auto generated path is UserDataFolderPath is not set. Setting the browser user data folder is only available for Chrome, Edge, Chromium and Firefox.
En la actividad te indica y es la B
B is the right answer. I 2nd "Engineer24"
B is the correct answer https://docs.uipath.com/activities/other/latest/user-guide/n-application-card
Correct Answer A