How can I confirm a hidden dialog box of a background application from my C# code?
I am starting an application from my Blazor server side app.
Normally if this application is started manually, there comes a dialog box and I have to press to an “OK” button. After pressing the button the app continues working.