Hey I am pretty new to python, but I am looking for a possibility to compare my running application with an image and check if this image is displayed in the running application. And if yes I want to get the coords of the matching position. Is that possible?
I think its something with PIL with imagegrab or something but I am not really sure if that will work as intended.