BeautifulSoup: Scrapping answers from form
问题 I need to scrape the answers to the questions from the following link, including the check boxes. Here's what I have so far: from bs4 import BeautifulSoup import selenium.webdriver as webdriver url = 'https://www.adviserinfo.sec.gov/IAPD/content/viewform/adv/Sections/iapd_AdvPrivateFundReportingSection.aspx?ORG_PK=161227&FLNG_PK=05C43A1A0008018C026407B10062D49D056C8CC0' driver = webdriver.Firefox() driver.get(url) soup = BeautifulSoup(driver.page_source) The following gives me all the written