Skip to content

Commit 8e29a8c

Browse files
authored
Updates from editor
1 parent 751f615 commit 8e29a8c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ For Microsoft Edge:
3939
System.RunApplication.RunApplication ApplicationPath: $'''msedge''' CommandLineArguments: $'''<https://www.microsoft.com/>''' WindowStyle: System.ProcessWindowStyle.Normal ProcessId=> AppProcessId
4040
```
4141

42-
If the browser opens and the window is visible, use the "attach" mode of the "Launch browser" action:
42+
If the browser opens and the window is visible, use the "attach" mode of the Launch Browser action:
4343

4444
```ps
4545
WebAutomation.LaunchEdge.AttachToEdgeByUrl TabUrl: $'''https://www.microsoft.com/''' AttachTimeout: 5 TargetDesktop: $'''{\"DisplayName\":\"Local computer\",\"Route\":{\"ServerType\":\"Local\",\"ServerAddress\":\"\"},\"DesktopType\":\"local\"}''' BrowserInstance=> Browser
@@ -74,7 +74,7 @@ To work around this issue, provide more CPU resources to the machine where the f
7474
7575
### Scenario 2: Other web automation actions fail with the "Element not found" error
7676
77-
Web automation actions such as the following may fail with the "Element not found" error:
77+
The following web automation actions such as might fail with the "Element not found" error:
7878
7979
- [Click link on web page](/power-automate/desktop-flows/actions-reference/webautomation#clickbase)
8080
- [Populate text field on web page](/power-automate/desktop-flows/actions-reference/webautomation#populatetextfieldbase)

0 commit comments

Comments
 (0)