Interrogate the dropdown list field but got text input.
I have a problem when do interrogation on a website. On the website, the interrogated field display as a dropdown list. However, I got a text input box when I interrogated on this field. I checked on the source of this page and it showed <select>.
I found a dijit term in the source. So I tried to access dijit following this link https://pdn.pega.com/community/product-support/question/unable-interrogate-dropdown-field. However, dijit is undefined when I called dijit.byID.
Do you know how to interrogate with this?
Thank you.