Unable to Identify the Elements Trying to extract the text from the application but selector unable to identify the text and instead it makes the whole application highlighted

Unable to Identify the Elements

Trying to extract the text from the application but selector unable to identify the text and instead it makes the whole application highlighted

HI @Ambika_Mahankali

Welcome to UiPath community

Have you tried with Screen scrapping method

https://docs.uipath.com/studio/standalone/2023.4/user-guide/output-or-screen-scraping-methods

Regards

Hi @Ambika_Mahankali ,

Could you please try to crop that using same activity instead of selecting, crop that region.

If anyone finds this is not a good solution, please recommend good solution.

Thanks,
Sandhiya P

Hi

Welcome to UiPath forum

There are many ways to handle this

  1. Use a Computer Vision activity to get the text from screen if that screen is a image based

https://docs.uipath.com/activities/other/latest/ui-automation/cv-get-text-with-descriptor

  1. Or you can use GET TEXT activity if you can indicate the element
    If it’s indicating the whole screen and if it a browser make sure you have the extension browser is enabled

  2. Or finally if you could indicate the element apart from GET TEXT activity you can try with GET ATTRIBUTE activity as well

Hope this helps

Cheers @Ambika_Mahankali