RX 10.4 - Task Progress View renamed - Can't find workable naming for UI Element
Hi there,
I stumbled into the update issues with RX10.4 and found lots of information about several fixes, But I haven't found a fix for the former named "Task Progress View" window:
I have a script waiting for the window to be closed before continuing which doesn't work anymore because of the new naming.
With "click ui element" picking I just get back a name with the title of the filename.
sf.ui.izotope.windows.whoseTitle.is("Filename.wav").first.elementClick();
Does anyone have a workaround for this or knows if there's another new generic name for this window?
Many thanks!
- Matthias Pasedag @Matthias_Pasedag
Meanwhile I found this interesting approach with waiting for modals:
But besides not working with module chain processing (as mentioned later in the post) it also doesn't work for the progress window when saving a longer file.
I have a script for sending files from Finder to loudness processing and then saving back to file which doesn't work anymore because of this issue.
Any ideas?Many thanks!