You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
var document = await web.LoadFromWebAsync("http://whsggzy.wuhu.gov.cn/whggzyjy/005/005001/005001001/20220819/87d3fb1c-eeb0-457f-b040-3a74593cda1d.html");
However, the content obtained is different from the original web page。
(//*[@id="process-list"]/li[1]) this xpath element date-url attribute is empty
The text was updated successfully, but these errors were encountered:
I quickly looked at it, and it might be due because the data is populated after the page is loaded. However the method LoadFromWeb get the source HTML, not the final HTML after the page is rendered
var document = await web.LoadFromWebAsync("http://whsggzy.wuhu.gov.cn/whggzyjy/005/005001/005001001/20220819/87d3fb1c-eeb0-457f-b040-3a74593cda1d.html");
However, the content obtained is different from the original web page。
(//*[@id="process-list"]/li[1]) this xpath element date-url attribute is empty
The text was updated successfully, but these errors were encountered: