Currently I am using the selenium webdriver to automate a reporting pull that occurs daily.
Basically, I am looking to repeat this code about 30 times for each report. In addition I need to "press" the down key an additional time each time the code is run. I hope I am giving you guys enough info with this. If not, just ask - as always your help is GREATLY appreciated.
ProgramManagement= browser.find_element_by_partial_link_text('Program Management').send_keys(Keys.ARROW_DOWN, Keys.ENTER)
browser.find_element_by_id("ctl00_PlaceHolderMain_ReportViewer1_HtmlOutputReportResults2_CSVButton_Content").click()