Identify coordinates of specific text in a image selenium Java
Hi i am automating an andriod app where we have screen to enter pin number on the screen, the pin pad is scrambled pinpad ie he numbers are not at one place. So i have used OCR unction to read the pinpad numbers but i am struggling to find solution on how to click on the exact number. One option i was thinking was to identify the coordinates of the numbers on the pinpad and then click, but not sure how to get these coordinates? Or is there anyother option to click on specific text on the screen.