Detect photoshop pop-up window when opening psd file
Hello everyone~
I am working on a tool to automate some tasks in photoshop. One of the steps is to open psd files in batch to process the tasks.
The problem is that sometimes there will be some popups that appear right after opening the file (or appear after I perform some automated operations). For example, Missing relink smartobject layer, Psd is locked,...
Is there any solution to detect these popups (then I can do a close photoshop action and exclude the corrupted files from the processing list)? I am using python and the photoshop-python-api library.
