App Testing Agent should support Precision Tapping
The new app testing agent is great, but in one screen in my app I have a text field with multiple links. When told to tap those links (some pop up a pull-up-window, some open a browser), the agent seems to be able to read the text and correctly names each link in the description, so it must be able to read the text on the screen. However, when it tries to tap it always taps in the center of the text box (looking at agent mode, it sees one item for the whole text box, with no differentiation for any of the styling or links in the box).
Best I can tell, it seems like the agent is looking for the closest hitbox and tapping it (one time it got an overlaid FAB because that was closer to the piece of text it was trying to click than the center of the text box).
Proposal: an option in a test case step to enable "Precision Tapping", which executes taps exactly where the agent wants instead of at the nearest hitbox