Hello everyone,
I'm trying to automate a legacy Web application using Surface Automation. On one of the screen, I'm using "List Region" in application modeler and also BP can identify the fonts of the list in it.
I need to read every item in List Region. So, in object studio, I'm using "reader" stage and "Recognise text in Range" with parameters; first index, last index, and font. After the execution, the result collection is not having any data. Just blank rows from start index to end index. Though it's not throwing any error like usual SA errors "cannot identify the region as an image" or "image(region) found instead of text". If possible, I also need to know the number of elements in list region.
Has anyone tried this in their any of the projects? Need this asap.