![]() |
|
Extract xml from webedit in a webpage - 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-3.html) +--- Forum: UFT / QTP Beginners (https://www.learnqtp.com/forums/forum-4.html) +--- Thread: Extract xml from webedit in a webpage (/thread-1426.html) |
Extract xml from webedit in a webpage - BhawnaCh - 01-01-2009 QTP 9.2 Scenario: 1. There is a webpage with a WebEdit Box. 2. This box has some XML code which gets generated while runtime. Problem: To extract the "Text" from this box which is displyed in "repo" tag as: <repo> Text </repo> Tried: Tried using getROProperty, but this does not show any text in the variable and close the IE indicating a Prolem. |