Can't get selector of PDF form input field

I’m trying to implement the process of writing to the input fields of a PDF form.
When I try to get the selector for the input field, the selection range is much wider than the input field, and I can’t get the selector for the part I want to get. Is there any other way if the adjustment with F4 key does not work?
This PDF is in the same state as the display on Google (with extensions turned on) and the display on Adobe. UiPath version is 2022.12.0
It’s a form like

@hkakimoto

If you are using windows legacy framework then there is a form field component which you can use

Else try this approach(open ui explorer and click on gear icon on top and under frameworks select active accessibility and check

These are few settings you need to consider before ui automation on pdf

Cheers