ContributionsMost RecentMost LikesSolutionsRe: Questions about Checking Whether an Object Exists I am trying to verify the date object exists on a window. I am using the following and getting that the object is not found. Do I need to use the WaitProcess? if (Sys.WaitProcess("DateEdit").Exists) { Log.Message("Date Range is present"); } else { Log.Error("Date Range is not present"); }