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: