by Minh Le
Version 1 (October 28, 2024)
Download (5 downloads)
Even if a lower number is specified for the 'timeout' parameter in dialog blocks, the minimum timeout is still around 5 seconds. Additionally, Automate also warns that the timeout may be inaccurate with power saving features.
We can force the dialog to close with a forked timer fiber. Interestingly, you can assign both the child and parent fiber to the same variable within the fork block. When that individual fiber reaches the fiber stop block, it will stop the other fiber instead of itself.
Finally, we can combine this with an autoclicker that clicks on 'OK' on timeout in the case of multiple selections or input dialogs.