Unable to scrape values from pdf list item

I have a pdf form filled by customer. it contains fields that are combo boxes or list items with values. Customer selects value and saves pdf document

If I try to scrape data from that kind of field it returns last value of list item. not value that user has selected. I use get full text- method which is the only one that returns same data (but unfortunately not value that is choosen)

Is there any working solution for this ?

current selection script is something like this:



so obviosly it is not possible to read selected values from combo box in structured pdf document…

Solution was to add manually this row to selector
“”

‘’

ctrl role=‘list item’ aastate=‘selected’ /