I have written a macro that uses Weka, however closing the weka window requires naming the specific update, e.g.:
selectWindow("Trainable Weka Segmentation v3.2.32”);
run(“Close”);
exit();
when that version is updated, the macro throws an error because it can’t find that window
Any suggestions?