Recently, I had to scrape text from screen and unfortunately the application was not recognized by UiPath.I used another tool which had three functions - Mouse down,Move,Mouse Up . Using the nearest images to the text, I was able to get the desired text.
For example purpose-
I am trying to highlight “Principal” in the string as displayed -
Logic used-
Click after image “Monthly”
Mouse+down
Move
Click before “&Interest”
Mouse+up
This selected the required text.
I tried mouse+down, hover, mouse+up in UiPath did not work.
This is very helpful, when scraping is required but the application is not recognized. User can use image+mouse actions to capture text.
The text was not selected . Mouse+down was after “Monthly”,then it hovered on"&Interest" and then the execution was complete without selecting the text.