brower = webdriver.PhantomJS(executable_path='../phantomjs/mac/phantomjs', desired_capabilities=dacp)
brower.find_element_by_xpath("//*")
print(brower.page_source)web
便可看到渲染後的頁面源碼element