Forum Discussion
Dmitry_Nikolaev
Staff
15 years agoHi Magnus,
Check whether the fItemobj variable exists and let me know results when the problem occurs.
fItemobj := ADropDownObj.FindChild('NativeUIAObject.Name',AItem);
Log.Message(fItemobj.Exists);
fItemobj.Refresh;
Log.Message(fItemobj.Exists);
fItemobj.AddToSelection;