31-08-23 09:09 PM
Hi,
I have created an element of the specific region within the pop up window to read the text using OCR. Though part of the message sometimes change and when this happens. The element cannot be found anymore. Is it possible to achieve this if section of the region (words) are changing?
01-09-23 01:42 PM
Hi Kris Toledo,
Assuming you are using region mode " If the region is same and the text is changed, in general its possible
Even you can try in different mode, but need to play around and uncheck some of the static attributes in application models
refer this thread for surface automation document
https://community.blueprism.com/communities/community-home/digestviewer/viewthread?GroupId=145&MessageKey=85047aa6-5c3c-496d-9ee1-06b5b770c741&CommunityKey=3743dbaa-6766-4a4d-b7ed-9a98b6b1dd01
03-09-23 10:16 AM
Dear Kris,
First attach the web page pop up and then spy the text area with html mode and then use read stage to fetch text information. Mostly this will work or else follow the below logic.
Note: If in case sometimes above logic is not working, then spy the same text area with different spy modes later add multiple read stage and configure all the elements whatever you spyed.
Also keep your logic if element is not able to find the text then it should go to next read stage with other element. For example: As part of above logic, if one of the spying mode is not working at least other spying mode whatever we added in above logic it will fetch the information for you.