I am working in a automation project for android application. Any idea on how to click specific text in a set of words in a textView?
The textView contains "By purchasing such item. Please be aware that there are certain guide or rules we need to read in order for the user to handle the product. The following link are Product Guide. Once you read the product please check out the terms and agreement."
I need to click Product guide and terms and agreement link, but the link has no indicator. So as of now I am using the coordinates of the text and I am working on one device. When switching to other device, the coordinates of the link is changed.