I am building a little automation for my business, it logs in, clicks on the button to create a new request and then it has to select options from a "drop-down menu". It all works fine until then. The problem, at least to my understanding of the code, is that the drop-down menus are not of a select type. Therefore, when I tried to use puppeteer.select(), it did not work. I can't get it to click the first option in the drop-down menu nor select any of the options.
When a location is typed for example Chicago, Illinois a drop down appears of 5 different options.
Here's an image: Image
I need the first option to be clicked under the ID of #jsc_c_3q. I've tried doing this by just clicking it using the ID but it doesn't do anything. Any help would be appreciated.