from selenium import webdriver
driver=webdriver.Chrome()
driver.get("http://wenshu.court.gov.cn/List/List?sorttype=1&conditions=searchWord+1+AJLX++案件类型:刑事案件") #
driver.execute_script("window.scrollTo(0,document.body.scrollHeight)")
driver.execute_script("a=DownLoadCase('8252121f-8260-4241-b707-018d52d151ca|宋皓犯受贿罪刑事决定书|2014-12-29')")
driver.execute_script("alert('DownloadOk')")
转载于:https://www.cnblogs.com/c-x-a/p/8967380.html
相关资源:JAVA上百实例源码以及开源项目