I am trying to open a PDF that has some text boxes I need to fill out.
In this process we used to open the application Acrobat Reader and use Type Into activities, however, something changed and this is no longer working, the selectors inside the PDF are not being detected therefore I cannot type.
To fill a PDF interactive form, simply open the document by clicking File Tab > Open and fill the forms using the instructions for each field type below. Use the Tab key to navigate to the next field and Shift + Tab to go to the previous field.
There were some steps to make this work like enabling the Assistive Technology Support option in Adobe,
Used a different Detection Framework, UIA was the most accurate
And finally, in order to detect the textboxes, I had to use CV Modern Selectors.
This is working, for now, we’ll see in the future…