`The Javascript Automation release note by Apple has an example for searching an array with arbitrary objectSpecifier.
firstTabsName = ObjectSpecifier.tabs[0].name
app.windows.whose({_match: [firstTabsName, 'Apple']})
However, the first lines throws an error. "TypeError: undefined is not an object (evaluating 'ObjectSpecifier.tabs') What am I doing wrong? Thank you for your help!`