Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
To capture hidden text from an application, the Full Text method should be used. This method is designed to extract all visible text, including text that might be hidden from view but still available in the code. It is reliable and works with various types of applications to retrieve the complete text content.
As OCR and Native cannot be used for extracting hidden text. Full Text is the correct answer