How to select an option from the dropdown menu using Selenium and Python
问题 I am trying to get the fares for all combinations of stations in Metro-North using Selenium in Python. I wanted to go to their fare page, put station names into the select fields, click on the fare button, and then copy the needed values to the dataframe. I tried all possible options to select stations from the dropdown menu but nothing works as I get the error: ElementNotInteractableException . The code I tried: driver = webdriver.Safari() driver.get('http://as0.mta.info/mnr/schedules/sched