hello everyone,
I've got a Problem with mit Power Automate Desktop Workflow. In my example, I want to download a video from Microsoft Stream. To do this, I need to press two buttons on the web page. Both are not recognized in the workflow with my CSS Selector, but are recognized in the browser console.
This is the CSS Selector which I use to click on the download button:
button.drawer-item-download-button

This allows me to find the button uniquely in the Console.
This is a part of my current Workflow:

Three - four weeks ago the button could be found on the website and the workflow ran without errors.
Also I tried to execute Javascript on the web page. That doesn't work for me either, even a ConsoleLog doesn't get through. How can I get Javascript to work?
Thanks a lot for your help!
Fabian