I am stuck at one point, I am trying to select a item in a dropdown. looks like this dropdown is somewhat made in "MuiInputBase-input"[ could be react JS- not sure]...see screenshot1 screenshot 1
I know selenium works with 'Select', where by value we could choose the dropdown item. This one seems bit challenging. Could someone please assist. i want to select let's say '25 Years' in the dropdown.
a very similar issue is here for someone else: Select DropDown value using Python Selenium
I've already used selenium 'Select' but there doesn't seem to be any Options listed in HTML (searched the whole document)
Also, there is no iframe [searched and 0 iframe are involved]
I am expecting to select a choices in the drop down like in screenshot 2 screenshot 2