Can I Take Screenshot and Find Text from that screenshot result?
yes. there use Print window or Get Image to grab the entire screen or a part of it, and then use item.text to get the text from that image.
I used the Get Image inside Get Element (all under tool OpenRPA.Image)
From Get Element, i selected the area of the element but keeps giving me “Failed to locate element”
That is a problem with get element then, once that is fixed, the above should work
It worked. Making sure the Get Element works fixed it