Not sure what I'm doing wrong (Want to click the Add button on the Collection Quest page):
${EQ2UIPage[Journals,JournalsQuest].Child[button,TabPages.Collection.CollectionTemplate.AddButton].Label}
returns the label "Add" as expected.
But,
EQ2UIPage[Journals,JournalsQuest].Child[button,TabPages.Collection.CollectionTemplate.AddButton]:LeftClick
Won't click the button... no clue here.
LostOne
${EQ2UIPage[Journals,JournalsQuest].Child[button,TabPages.Collection.CollectionTemplate.AddButton].Label}
returns the label "Add" as expected.
But,
EQ2UIPage[Journals,JournalsQuest].Child[button,TabPages.Collection.CollectionTemplate.AddButton]:LeftClick
Won't click the button... no clue here.
LostOne