You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// find if an item with title existsconstexists=awaitmenu.hasItem('Copy');// get a handle for an itemconstitem=awaitmenu.getItem('Copy');// get all displayed itemsconstitems=awaitmenu.getItems();
Select Item
// recursively select an item in nested submenusawaitmenu.select('File','Preferences','Settings');// select an item that has a child submenuconstsubmenu=awaitmenu.select('File','Preferences');