Skip to content

Commit b4dc142

Browse files
authored
update the html code
1 parent de7bbdb commit b4dc142

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

support/power-platform/power-automate/desktop-flows/browser-automation/file-uploader-click-issues.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ ms.custom: sap:Desktop flows\UI or browser automation
55
ms.reviewer: amitrou
66
ms.author: amitrou
77
author: andreas-mitrou
8-
ms.date: 04/01/2025
8+
ms.date: 04/09/2025
99
---
1010
# Press button or click link on web page doesn't work with a file uploader
1111

@@ -16,7 +16,7 @@ This article provides workarounds for scenarios where interacting with a file up
1616
When you use the [Press button on web page](/power-automate/desktop-flows/actions-reference/webautomation#pressbuttonbase) or [Click link on web page](/power-automate/desktop-flows/actions-reference/webautomation#clickbase) action in web automation, the action doesn't work as expected if the button or link on the web page is part of a file uploader. The following HTML element is an example of a file uploader:
1717

1818
```html
19-
<SPAN style="font-size: 14px;font-style: normal;font-weight: 400">&ltinput type="file" /></SPAN>
19+
<SPAN style="font-size: 14px;font-style: normal;font-weight: 400"><input type="file" /></SPAN>
2020
```
2121

2222
## Cause

0 commit comments

Comments
 (0)