From 9f83b1a6c3d5499f0032d3b1e666087bb1d57144 Mon Sep 17 00:00:00 2001 From: NikosMoutzourakis <114007588+NikosMoutzourakis@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:13:22 +0300 Subject: [PATCH 1/7] Update web.md --- articles/desktop-flows/actions-reference/web.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index 6ea043851..e09c54ab1 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -5,8 +5,8 @@ author: jpapadimitriou ms.subservice: desktop-flow ms.topic: reference -ms.date: 09/15/2023 -ms.author: dipapa +ms.date: 10/23/2023 +ms.author: nimoutzo ms.reviewer: gtrantzas contributors: - jpapadimitriou @@ -46,8 +46,10 @@ 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. +Moreover, user can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. Note the specific action works only in the Internet Explorer web browser. To find more information about Click download link on web page action, go to [Click download link on web page]((https://learn.microsoft.com/power-automate/desktop-flows/actions-reference/webautomation#clickdownloadlink)). + > [!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). +> Apart from the HTTP actions, Power Automate enables generally 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). ## Download from web From 1758a4a69d891ea3dded6e807cd17936439aec3a Mon Sep 17 00:00:00 2001 From: NikosMoutzourakis <114007588+NikosMoutzourakis@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:16:02 +0300 Subject: [PATCH 2/7] Update webautomation.md --- articles/desktop-flows/actions-reference/webautomation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/desktop-flows/actions-reference/webautomation.md b/articles/desktop-flows/actions-reference/webautomation.md index 8601b9cca..107d955ee 100644 --- a/articles/desktop-flows/actions-reference/webautomation.md +++ b/articles/desktop-flows/actions-reference/webautomation.md @@ -589,7 +589,7 @@ This action doesn't produce any variables. ## Click download link on web page -Click on a link in a web page that results in downloading a file. +Click on a link in a web page that results in downloading a file. Note the specific action works only in the Internet Explorer web browser. ### Input parameters From fbb643773cac90e3af95d5207d0488585eb5b915 Mon Sep 17 00:00:00 2001 From: NikosMoutzourakis <114007588+NikosMoutzourakis@users.noreply.github.com> Date: Mon, 23 Oct 2023 15:27:26 +0300 Subject: [PATCH 3/7] Update web.md --- articles/desktop-flows/actions-reference/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index e09c54ab1..1f481908f 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -46,7 +46,7 @@ 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. -Moreover, user can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. Note the specific action works only in the Internet Explorer web browser. To find more information about Click download link on web page action, go to [Click download link on web page]((https://learn.microsoft.com/power-automate/desktop-flows/actions-reference/webautomation#clickdownloadlink)). +Moreover, user can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. Note the specific action works only in the Internet Explorer web browser. To find more information about Click download link on web page action, go to [Click download link on web page](webautomation.md#input-parameters-19). > [!NOTE] > Apart from the HTTP actions, Power Automate enables generally 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). From 4fc3b8df751c98afe0cfae7652a8ca2b2d10abbf Mon Sep 17 00:00:00 2001 From: Matt Peart Date: Wed, 8 Nov 2023 09:47:31 -0700 Subject: [PATCH 4/7] Revising to make clear IE isn't supported anymore --- articles/desktop-flows/actions-reference/web.md | 9 +++++---- .../desktop-flows/actions-reference/webautomation.md | 5 ++++- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index 1f481908f..e2b406053 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -2,7 +2,6 @@ title: HTTP actions reference description: See all the available HTTP actions. author: jpapadimitriou - ms.subservice: desktop-flow ms.topic: reference ms.date: 10/23/2023 @@ -46,10 +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. -Moreover, user can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. Note the specific action works only in the Internet Explorer web browser. To find more information about Click download link on web page action, go to [Click download link on web page](webautomation.md#input-parameters-19). +Moreover, users can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. + +> [!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#input-parameters-19). -> [!NOTE] -> Apart from the HTTP actions, Power Automate enables generally 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). +Apart from the HTTP actions, Power Automate enables users to interact with the web application through the browser automation actions. To find more information about browser automation actions, go to [Browser automation](webautomation.md). ## Download from web diff --git a/articles/desktop-flows/actions-reference/webautomation.md b/articles/desktop-flows/actions-reference/webautomation.md index 107d955ee..1d8e1e28e 100644 --- a/articles/desktop-flows/actions-reference/webautomation.md +++ b/articles/desktop-flows/actions-reference/webautomation.md @@ -589,7 +589,10 @@ This action doesn't produce any variables. ## Click download link on web page -Click on a link in a web page that results in downloading a file. Note the specific action works only in the Internet Explorer web browser. +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 the Internet Explorer web browser, which has reached the end of its product lifecycle. We don't recommend you use this action, use [HTTP actions](web.md#downloadfromweb) instead. ### Input parameters From f8680aeea5eca7338cc1f01bb3a995acc0f5f85f Mon Sep 17 00:00:00 2001 From: Matt Peart Date: Wed, 8 Nov 2023 09:57:51 -0700 Subject: [PATCH 5/7] Link revision --- articles/desktop-flows/actions-reference/web.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index e2b406053..1a0445708 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -48,7 +48,7 @@ A variable named **WebPageText** stores the downloaded text is stored. If you us Moreover, users can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. > [!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#input-parameters-19). +> 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). Apart from the HTTP actions, Power Automate enables users to interact with the web application through the browser automation actions. To find more information about browser automation actions, go to [Browser automation](webautomation.md). From b020436d56eae987bbaab7062bca2d9e3cf6aaa7 Mon Sep 17 00:00:00 2001 From: DanaMartens <36280184+DanaMartens@users.noreply.github.com> Date: Tue, 3 Dec 2024 14:42:58 -0600 Subject: [PATCH 6/7] Update web.md --- articles/desktop-flows/actions-reference/web.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index eb6011132..f2619d507 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -7,8 +7,6 @@ ms.topic: reference ms.date: 12/03/2024 ms.author: nimoutzo ms.reviewer: gtrantzas -ms.author: dipapa -ms.reviewer: matp contributors: - jpapadimitriou - Yiannismavridis From 0dd28252a8891d3a20246d93162c2860c6a7ed8b Mon Sep 17 00:00:00 2001 From: DanaMartens Date: Wed, 4 Dec 2024 09:39:53 -0600 Subject: [PATCH 7/7] small changes --- articles/desktop-flows/actions-reference/web.md | 6 +++--- articles/desktop-flows/actions-reference/webautomation.md | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/articles/desktop-flows/actions-reference/web.md b/articles/desktop-flows/actions-reference/web.md index f2619d507..2f8dc697f 100644 --- a/articles/desktop-flows/actions-reference/web.md +++ b/articles/desktop-flows/actions-reference/web.md @@ -4,7 +4,7 @@ description: See all the available HTTP actions. author: jpapadimitriou ms.subservice: desktop-flow ms.topic: reference -ms.date: 12/03/2024 +ms.date: 12/04/2024 ms.author: nimoutzo ms.reviewer: gtrantzas contributors: @@ -45,12 +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. -Moreover, users can download a file from the web through the **Click download link on web page** action, part of the **Browser automation** group of actions. +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). -Apart from the HTTP actions, Power Automate enables users to interact with the web application through the browser automation actions. To find more information about browser automation actions, go to [Browser automation](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). ## Download from web diff --git a/articles/desktop-flows/actions-reference/webautomation.md b/articles/desktop-flows/actions-reference/webautomation.md index 353e9ed51..32940aaf5 100644 --- a/articles/desktop-flows/actions-reference/webautomation.md +++ b/articles/desktop-flows/actions-reference/webautomation.md @@ -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: @@ -607,7 +607,7 @@ This action doesn't produce any variables. 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 the Internet Explorer web browser, which has reached the end of its product lifecycle. We don't recommend you use this action, use [HTTP actions](web.md#downloadfromweb) instead. +> 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