()
| 97 | |
| 98 | |
| 99 | def get_source(): |
| 100 | WAIT.until(EC.presence_of_element_located( |
| 101 | (By.CSS_SELECTOR, '#all-list > div.flow-loader > div.filter-wrap'))) |
| 102 | |
| 103 | html = browser.page_source |
| 104 | soup = BeautifulSoup(html, 'lxml') |
| 105 | print('到这') |
| 106 | |
| 107 | save_to_excel(soup) |
| 108 | |
| 109 | |
| 110 | def main(): |
no test coverage detected