Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Repo sync for protected branch #1649

Open
wants to merge 13 commits into
base: main
Choose a base branch
from
15 changes: 9 additions & 6 deletions articles/desktop-flows/actions-reference/web.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,11 @@
title: HTTP actions reference
description: See all the available HTTP actions.
author: jpapadimitriou

ms.subservice: desktop-flow
ms.topic: reference
ms.date: 09/15/2023
ms.author: dipapa
ms.reviewer: matp
ms.date: 12/04/2024
ms.author: nimoutzo
ms.reviewer: gtrantzas
contributors:
- jpapadimitriou
- Yiannismavridis
Expand Down Expand Up @@ -46,8 +45,12 @@ If the web server requires authentication, populate your credentials in the appr

A variable named **WebPageText** stores the downloaded text is stored. If you use this action to download files, you can select to save them locally on your desktop.

> [!NOTE]
> Apart from the HTTP actions, Power Automate enables users to interact with web application through the browser automation actions. To find more information about browser automation actions, go to [Browser automation](webautomation.md).
Users can download a file from the web using the **Click download link on web page** action in the **Browser automation** group.

> [!IMPORTANT]
> The **Click download link on web page** action only works in the Internet Explorer web browser, which has reached the end of its product lifecycle. To find more information about the **Click download link on web page** action, go to [Click download link on web page](webautomation.md).

Besides HTTP actions, Power Automate lets users interact with web applications through browser automation actions. Learn more about browser automation actions in [Browser automation](webautomation.md).

## <a name="downloadfromweb"></a> Download from web

Expand Down
7 changes: 5 additions & 2 deletions articles/desktop-flows/actions-reference/webautomation.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ description: See all the available browser automation actions.
author: mattp123
ms.subservice: desktop-flow
ms.topic: reference
ms.date: 10/23/2024
ms.date: 12/04/2024
ms.author: nimoutzo
ms.reviewer: matp
contributors:
Expand Down Expand Up @@ -604,7 +604,10 @@ This action doesn't produce any variables.

## <a name="clickdownloadlink"></a> Click download link on web page

Click on a link in a web page that results in downloading a file.
Select a link in a web page that results in downloading a file.

> [!IMPORTANT]
> The **Click download link on web page** action only works in Internet Explorer, which has reached the end of its lifecycle. We recommend using [HTTP actions](web.md#downloadfromweb) instead.

### Input parameters

Expand Down