The robots couldn't communicate with Private mode of MS Edge browser

On July 20, 2023, Microsoft released Edge browser version 115.
In this version, there is an issue that the selector operation of the In Private window of the Edge browser cannot be performed.

UiPath Team is currently investigating this issue internally.

Even though the UiPath extension is installed in the Edge browser, the following dialog is displayed when obtaining a selector, etc.

Phenomenon occurring in the robot
Despite having the UiPath extension installed in the Edge browser, the following error occurs when the robot performs the ‘Open Browser’ or ‘Use Application/Browser’ activity:

Could not communicate with his UiPath extension for ‘msedge.exe’ browser. Make sure the extension is installed and activated.
cause
The issue occurs because “ChromeNativeMessagingHost.exe” does not start when only the In Private window of the Edge browser is opened.
ChromeNativeMessagingHost.exe is a component of the Edge browser extension provided by UiPath.
If the extension is installed, it will normally start automatically when you open the Edge browser.

Workaround
A. Before processing the In Private window, add processing to launch Edge (normal mode instead of In Private window) by the “Open Browser” or “Use Application/Browser” activity.
“ChromeNativeMessagingHost.exe” will automatically start when you open the Edge browser (normal mode, not the In Private window), so you can get the elements of the In Private window from Studio/Robot.
The disadvantage of this method is that it requires changes to the automation project.

B. Set the “Incognito/Private Window” option in the “Use Application/Browser” activity to False and use “CustomFolder” in “User Data Folder Mode” instead of this option.
Information such as cookies can be cleared by deleting the custom folder.
The disadvantage of this method is that it requires changes to the automation project.

C. Install UiPath MV2 extension.
It can be installed by adding the extension ID “bhchaenngmlcobfechfkikaofjlmejop” to the ExtensionInstallForcelist group policy.
The advantage of this method is that no changes to the automation project are required.
The disadvantage of this method is that the user must manually enable the “Allow in InPrivate” option in UiPath’s browser extension.

D. Downgrade your Edge browser to version 114.