Forum Discussion
AlexKaras
6 years agoCommunity Hero
deshmukh :
tButton.Click();
aqUtils.Delay(200000);
var CommitMenu = tButton.PopupMenu
PopupMenu well may be not a child of the tButton object, but a child of some other window. Try to highlight it using Object Spy in the Point-And-Fix mode and check the hierarchy for the given popup menu object.