Product: PowerShell Universal
Version: 5.0.16
When using a button with -wait, the button turns into a “wait circle” and is disabled, until the action has finished. Great.
When invoking a “click” with Invoke-Endpoint, the button does not change.
So I need to manually disable the button before the invoke command, and enable it afterwards again. And no “wait circle” is possible.
Can that be changed, so that a programmatical “click” shows identical behavior like an actual click.