Hmm, I thought it was always unpredictable what target the tell would use if you use so much switching around it. Anyhow, the problem you've highlighted in red is that first, I doubt that element path exists... and secondly if it did exist, it would likely be a Page element and you cannot get text from that... so the tell command would get a blank response. It'd probably be something like Parent.Parent.Name.LocalText... assuming I'm guessing your XML paths correctly. ZShardButton being in GroupMembers.GroupMember1.MemberInfoPage.Effects.
|