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. ...