UiPath Advanced RPA Developer (UiARD) — Question 34

A developer wants to capture hidden text from an application and store it in a String variable. Which activity should the developer use?

Answer options

Correct answer: D

Explanation

The correct answer is 'Get Full Text' because it is designed to extract all text, including hidden elements, from an application. The other options like 'Get Visible Text' only retrieve text that is currently displayed on the screen, while 'Get OCR Text' is used for text recognition from images, and 'Get Text' does not specifically indicate it can access hidden text.