How i can use the read text from area activity.
Im trying to put the coordenate but i cant
@Jorge_Luis We need pick the Terminal element.
Please follow the steps mentioned here:
https://docs.electroneek.com/page/how-tos-studio-pro#what-is-a-terminal
@Kudlappa_Gouder Thanks a lot for your answer
Im trying to read a text from an image or an element from the screen, specificlly the body message from outlook. Can i?
If for some reason you canât use the Read text activity, you also have the alternative to use the OCR tool. The difference is that it uses images and has a limit of usage (like say 1000 a month).
There is also another way to try and make it work, but itâs complicated. You can make a right click in the body of the message and select âShow source codeâ. The source code will be shown in a Notepad window. Then you use Get element value to save the text in a variable. The content of the message will be stored in that variable and youâll be able to manipulate it. Just remember the source code is in HTML, so it might be necessary to âcleanâ the content depending on what you have to do with the data.
Thanks, that idea resolve my problem.