My goal is to scrape an entire page and save it to a txt file. Not just the page on the screen but the entire page. I have done some test and the Get Text activities (including the OCR) only scrape a part of a page and not the entire content.
@Tex_Willer
I tested & it works fine on both IE & Chrome.
Please be sure that when indicate the screen, you select whole screen of the webpage (the address bar will not be grey)- not whole screen (the address bar also be grey)
The selector doesn’t use web address, it uses web title, object id…
Please show your code structure - i want to know that you’re using Get Full Text inside an Attach Browser, or using only Get Full Text
In that’s case, the selector of get full text should be “” (if the BODY has your all text)
You also should check the selector of Attach Browser - Can it work in case web address changed?