phantomjs處理異步加載後,獲取渲染後的頁面源碼

brower = webdriver.PhantomJS(executable_path='../phantomjs/mac/phantomjs', desired_capabilities=dacp)
brower.find_element_by_xpath("//*")

print(brower.page_source)web

便可看到渲染後的頁面源碼element

相關文章
相關標籤/搜索