Find with label?
1. Is there a way to find pageItems with labels that match a string with javascript? I think you can i Applescript say something like with label like 'test'.
2. If a have the same label on multiple pageItems and select them with app.documents.pageItems.item('test'); i dont get them as an array but as one object of some sort. Is it possible to loop through them?