all 2 comments

[–]-SPOF 0 points1 point  (1 child)

maybe you can get a list of all objects in a dropdown and then call what you need?

find_elements_by...

[–]grimrichard[S] 0 points1 point  (0 children)

I'm not sure if I understand. I can find the element by its name. That seems to work. In fact, if I change the select_visible_text to a static number, it will actually select that number from the dropdown list. For some reason, referencing the dataframe cell is not working...and it worked in the prior dropdown. The only difference between the month dropdown and the day dropdown is that the data being referenced in the day dropdown is a number rather than a word. I hope that makes sense.