You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: support/power-platform/power-automate/desktop-flows/browser-automation/web-extensions-policies.md
+29-19Lines changed: 29 additions & 19 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
title: Troubleshoot issues in Power Automate browser extensions
3
3
description: Provides a resolution for the Failed to assume control of browser (Internal error or communication failure) error or Get Extension message.
ms.custom: sap:Desktop flows\UI or browser automation
7
7
---
8
8
# Troubleshoot issues in Power Automate browser extensions
9
9
10
-
This article provides tips to troubleshoot and resolve issues that are related to Power Automate browser extensions when you use web automation in desktop flows.
10
+
This article provides tips to troubleshoot and resolve issues related to Power Automate browser extensions when you use web automation in desktop flows.
11
11
12
12
## Symptoms
13
13
@@ -53,7 +53,7 @@ Follow these steps:
53
53
54
54
1. If PAD.BrowserNativeMessageHost.exe isn't running, follow these steps:
55
55
56
-
1. Check whether the Power Automate web extension is installed and enabled. If it isn’t installed, see the [Prerequisites](#prerequisites) section.
56
+
1. Check whether the Power Automate web extension is installed and enabled. If it isn't installed, see the [Prerequisites](#prerequisites) section.
57
57
58
58
1. If the extension is installed, run the **Troubleshoot UI/Web automation issues** diagnostic in [Power Automate for desktop troubleshooter](/power-automate/desktop-flows/troubleshooter).
59
59
@@ -77,7 +77,7 @@ Follow these steps:
77
77
78
78
The error message, "Access to the native messaging host was disabled by the system administrator," indicates that the **NativeMessagingBlocklist** policy is enabled for the Power Automate for desktop native messaging host or all native messaging hosts.
79
79
80
-
### Check for policies that are blocking the message host
80
+
### Check for policies that block the message host
1. Check the [NativeMessagingUserLevelHosts](/deployedge/microsoft-edge-browser-policies/nativemessaginguserlevelhosts) policy. If **NativeMessagingUserLevelHosts** is disabled, enable it or make sure that `com.robin.messagehost` for the legacy browser extension and `com.microsoft.pad.messagehost` for the default browser extension are added to your **NativeMessagingAllowlist** policy in HKLM (Local Machine level).
211
211
212
212
> [!NOTE]
213
-
> **NativeMessagingUserLevelHosts** must be enabled when using the [Microsoft Store (MSIX) version of Power Automate for desktop](/power-automate/desktop-flows/install#install-power-automate-from-microsoft-store).
213
+
> You must enable **NativeMessagingUserLevelHosts** when using the [Microsoft Store (MSIX) version of Power Automate for desktop](/power-automate/desktop-flows/install#install-power-automate-from-microsoft-store).
214
214
215
215
### Check whether the message host points to the correct location
216
216
@@ -276,7 +276,7 @@ To check if more than one profile exists, select the profile icon in the browser
276
276
If more than one browser profile exists:
277
277
278
278
1. Uninstall the Power Automate web extension from each existing browser profile.
279
-
1. Close the browser and [install the extension](/power-automate/desktop-flows/install-browser-extensions) only in the browser profile that will be used by the automation.
279
+
1. Close the browser and [install the extension](/power-automate/desktop-flows/install-browser-extensions) only in the browser profile that you use for the automation.
280
280
281
281
### Check for errors in Windows Event Viewer
282
282
@@ -290,4 +290,14 @@ Follow these steps:
290
290
291
291
Try disabling all other web extensions except the Power Automate extension to see whether the issue persists.
292
292
293
+
### Disable browser background settings
294
+
295
+
Some browser settings can interfere with the Power Automate extension. To resolve this issue, disable the following settings in your browser:
296
+
297
+
1. Open Microsoft Edge or Google Chrome.
298
+
1. Go to **Settings** > **System and performance**.
299
+
1. Turn off the following settings:
300
+
1. **Continue running background extensions and apps when Microsoft Edge is closed** (or **Continue running background apps when Google Chrome is closed**).
0 commit comments