ContributionsMost RecentMost LikesSolutionsRe: ObjectSpy can see content of a property, but debugger doesn't. Tried doing that and even delaying after the refresh, still the same thing: Re: ObjectSpy can see content of a property, but debugger doesn't. I did what you recommended, but while TC sees the window no problem, it still returns nothing from the popup text... This is what the program sees during run/debug, what object spy sees is the same as above. Re: ObjectSpy can see content of a property, but debugger doesn't. Thank you for the response. This does not seem to help though... I have the window to be detected open and objectspy does its job and then I'm trying to execute a simple function: Aliases.Workstation.popupDialog.Static.WaitProperty("Visible", true, 5000); Log.Message(Aliases.Workstation.popupDialog.Static.WndCaption); Still, it returns nothing, while objectspy sees the popup text properly... Any other ideas? ObjectSpy can see content of a property, but debugger doesn't. I'm trying to read text from a popup below and ObjectSpy sees it like on the screen shot. Then I want to log this text and compare it against something in the next part of the script. It returns nothing when I point to alias.WndCaption, but the spy can see it perfectly, when pointed to that line. Any ideas why that might be happening?