UiPath RPA Associate (UiRPA) — Question 31

A developer wants to get individual pieces of data from a series of digital PDFs in the screen's background using UI Automation. Based on best practices, which activity should be used to get the information?

Answer options

Correct answer: C

Explanation

The correct choice, Get Full Text, is ideal for extracting all text from UI elements, ensuring comprehensive data retrieval from PDFs. While Get Visible Text can only capture what is currently displayed, and Read PDF with OCR relies on optical character recognition, Get OCR Text is also less effective for structured data extraction compared to Get Full Text.