UiPath Automation Developer Professional v1 — Question 86
Which Scraping method should be used for the Get Text activity to capture hidden text from an application?
Answer options
- A. Native
- B. Text attribute
- C. Default
- D. Full text
Correct answer: D
Explanation
The Full text scraping method is designed to extract all visible and hidden text from an application, making it the correct choice for capturing hidden text. The Native method may not retrieve hidden text, while Text attribute and Default methods primarily focus on visible text or specific attributes, thus not suitable for this purpose.