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 DiscussionsPrevent TestExecute dialog to Confirm Save in silent modeSys, Log not defined. getting nnnnNameErrorSolvedWhy my While Loop keyword test is breaking when the value found is = to FalseSolved
Related ContentHow to Get Text from WebPagessearch for text (span) on webpageFinding Text Elements in a Webpage