Forum Discussion

scsvel's avatar
scsvel
Frequent Contributor
12 years ago

Need to get HTML Source from TC Page Object

Hi,



I have to get HTML Source for a page. I am having Sys.Process("iexplore").Page("Something") assigned to a variable myPage. From my myPage object, I have to get HTML source of myPage.



I don't want to do using WinHTTPRequest COM objects as it is required to pass my URL and when I pass my URL, it will be different HTML value for me interms of my application design. So, I am having object of my page from TC and I want source of the page from TC Object myPage.



Any Ideas?