Buildup and reference of objects in HP UFT
问题 I'm wondering how I can access properties/methods via console/watch. I have the following code: Dim page page = Browser("Welcome: Mercury Tours").Page Now I want to obtain the title of this Page. Since I inspected the Page object with Object Spy and I saw it has a title property. When I enter page.title in my watch however, it tells me that page does not contain the property. 1. What is the correct syntax? 2. Why is this not working? I presume that the watch is checking for VBScript object