brower = webdriver.PhantomJS(executable_path='../phantomjs/mac/phantomjs', desired_capabilities=dacp)
brower.find_element_by_xpath("//*")
print(brower.page_source)
即可看到渲染后的页面源码
本文共 225 字,大约阅读时间需要 1 分钟。
brower = webdriver.PhantomJS(executable_path='../phantomjs/mac/phantomjs', desired_capabilities=dacp)
brower.find_element_by_xpath("//*")
print(brower.page_source)
即可看到渲染后的页面源码
转载于:https://my.oschina.net/u/1762811/blog/807393