I am trying to extract the information from this website: http://reportes.sui.gov.co/fabricaReportes/frameSet.jsp?idreporte=acu_com_150
I am using selenium for that purpose but I have been unable to locate each element of year, department or municipality.
from selenium import webdriver from selenium.webdriver.support.ui import Select import time driver = webdriver.Chrome() driver.get('http://reportes.sui.gov.co/fabricaReportes/frameSet.jsp?idreporte=acu_com_150') time.sleep(5) selectYear = Select(driver.find_element_by_name("acu_com_150.agno"))
I get the following error:
NoSuchElementException: no such element: Unable to locate element: