A developer wants to capture hidden text from an application and store it in a String variable. Which activity should the developer use?
A developer wants to capture hidden text from an application and store it in a String variable. Which activity should the developer use?
To capture hidden text from an application and store it in a String variable, the developer should use the 'Get Full Text' activity. The 'Get Full Text' activity is specifically designed to extract text from both visible and hidden elements within a user interface, making it the appropriate choice for this requirement.
IgnoreHidden - If this check box is selected, string information from the indicated UI element is NOT extracted. By default, this check box is not selected.
D is the ans.
https://docs.uipath.com/studio/standalone/2023.4/user-guide/output-or-screen-scraping-methods Get Full text/Full text extracts the data from Hidden text
D is the correct