在网站上运行抓取工具,js似乎无法正常工作。停留在页面上的“加载”上,但其余的html加载正常。
负载的屏幕截图。 https://i.stack.imgur.com/0WofB.png
from selenium import webdriver
bin_path = ''#path to local bin file for driver
driver = webdriver.Chrome(executable_path=bin_path,desired_capabilities={'javascriptEnabled': True})
driver.get(URL)
不确定我是否需要提取每个脚本的名称并一次执行一次?