martin_woolf12 years agoCapture text from webpageHI, I'm a new user and am looking for a way to capture text from a webpage into a VBA variable. Do I have to get it from the source code? If I have to capture all the source code, that's fi...Show More
dganovStaff12 years agoIt seems that page.contentDocument.documentElement.innerText or page.contentDocument.documentElement.textContent is what you need.
Recent DiscussionsADO Pipeline Execution Fail issue after TC\TE upgradeRuntimeError: The object does not existFields data to compare?
Related ContentHow to Get Text from WebPagessearch for text (span) on webpageFinding Text Elements in a Webpage