Cannot find the "WebEdit" object's parent "Page" (class Page) - Printable Version +- Micro Focus QTP (UFT) Forums (https://www.learnqtp.com/forums) +-- Forum: Micro Focus UFT (earlier known as QTP) (https://www.learnqtp.com/forums/Forum-Micro-Focus-UFT-earlier-known-as-QTP) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/Forum-UFT-QTP-Beginners) +--- Thread: Cannot find the "WebEdit" object's parent "Page" (class Page) (/Thread-Cannot-find-the-WebEdit-object-s-parent-Page-class-Page) |
Cannot find the "WebEdit" object's parent "Page" (class Page) - hpham - 06-24-2008 Hi everyone, I'm a newbie in QTP. I have just learn it, and I try to automate a requirement like this "Open google page,fill in data search then search". I write code like these: Code: Dim obj_Browser However, when running, it cause error "Cannot find the "WebEdit" object's parent "Page" (class Page). Verify that parent properties match an object currently displayed in your application." I don't know how to correct it. Pls hekp me, tks a lot. RE: Cannot find the "WebEdit" object's parent "Page" (class Page) - Ankur - 06-26-2008 Since you are a beginner I would suggest you to go through each and every post on QTP Blog. This Q is related to Descriptive Programming(DP),you would find a lot of info there regarding DP. ok, in the above Q, remove Code: obj_Page("url").Value = "http://www.google.com" |