noaa

Using Python and Selenium to select a date range from a pop-up menu

Using Python and Selenium to select a date range from a pop-up menu Question: I’m trying to automate a data pull from the NOAA website (I was using requests, but there seems to be a bug, so I’m trying to use Selenium to automate the pulling of reports). from selenium import webdriver from selenium.webdriver.support.ui import …

Total answers: 1