Skip to content

Commit 751f615

Browse files
authored
Updates from editor
1 parent 2a37cd6 commit 751f615

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

support/power-platform/power-automate/desktop-flows/browser-automation/web-automation-unattended-failures.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
title: Web Automation Fails In Unattended Mode
2+
title: Web Automation Fails in Unattended Mode
33
description: Works around an issue where a web automation action fail in unattended environment during runtime.
44
ms.custom: sap:Desktop flows\UI or browser automation
55
ms.reviewer: amitrou
@@ -13,15 +13,15 @@ This article provides workarounds for resolving issues where a web automation ac
1313

1414
## Symptoms
1515

16-
In attended mode, web automation actions under the "Browser Automation" group execute successfully. However, in unattended mode, these actions fail.
16+
In attended mode, web automation actions under the Browser Automation group execute successfully. However, in unattended mode, these actions fail.
1717

18-
### Scenario 1: The "Launch new Microsoft Edge", "Launch new Chrome", or "Launch new Firefox" action fails
18+
### Scenario 1: The Launch new Microsoft Edge, Launch new Chrome, or Launch new Firefox action fails
1919

2020
The [Launch new Microsoft Edge](/power-automate/desktop-flows/actions-reference/webautomation#launch-new-microsoft-edge), [Launch new Chrome](/power-automate/desktop-flows/actions-reference/webautomation#launchchromebase), or [Launch new Firefox](/power-automate/desktop-flows/actions-reference/webautomation#launchfirefoxbase) action fails with the following error:
2121

2222
> Failed to assume control of Microsoft Edge/ Chrome / Firefox (communication with Power Automate web extension failed)
2323
24-
This error might be caused due to the following reasons:
24+
This error might occur due to the following reasons:
2525

2626
#### The browser doesn't start and the browser window isn't visible
2727

@@ -47,9 +47,9 @@ WebAutomation.LaunchEdge.AttachToEdgeByUrl TabUrl: $'''https://www.microsoft.com
4747

4848
#### The web page takes too long to load in the browser
4949

50-
To work around this issue,
50+
To work around this issue:
5151

52-
1. In the **Launch new Microsoft Edge**, **Launch new Chrome**, or **Launch new Firefox** action. increase the default values of the following parameters located in the **Advanced** section:
52+
1. In the **Launch new Microsoft Edge**, **Launch new Chrome**, or **Launch new Firefox** action, increase the default values of the following parameters located in the **Advanced** section:
5353

5454
- **Timeout on webpage load** (for example, set to **120** seconds)
5555
- **Timeout** (for example, set to **120** seconds)
@@ -83,7 +83,7 @@ Web automation actions such as the following may fail with the "Element not foun
8383
8484
#### Cause
8585
86-
Web automation actions may fail due to screen resolution discrepancies. In unattended mode, the screen resolution may differ from the one used in attended mode, causing web elements or the UI to render differently (for example, responsive layouts.)
86+
Web automation actions might fail due to screen resolution discrepancies. In unattended mode, the screen resolution might differ from the one used in attended mode, causing web elements or the UI to render differently (for example, responsive layouts.)
8787
8888
#### Workaround
8989

0 commit comments

Comments
 (0)