Is there a way to automate a task a webpage login and download report maybe with power-automate or some other method?
- open web page
- enter any parameters.
- click download button.
- save download to local drive.
Thanks
Is there a way to automate a task a webpage login and download report maybe with power-automate or some other method?
Thanks
On
If you know how to code such as Python. Then Selenium,playwright,Clicknium would be a good choice. Clicknium should be the most simple one, but it can only run in Windows. In include a Recorder to identity the UI element and include APIs for click and set_text. If you don't want to code, you can use RPA tools, such as power automate and UI path.
Yes it is possible to automate it using Power Automate Desktop, you can take control of the browser, If the webpage structure remains the same and the login doesn't ask additional captcha except usual login and password fields.
You can configure the automation by