Answer the question
In order to leave comments, you need to log in
How to get XPATH from a page without DOM changes?
Chrome adds tbody tags around table and other table tags, htmlagilitypack ignores them. Therefore, the XPath generated by Chrome is incorrect and the HPA does not see the node. How to get XPath without extra tags?
Answer the question
In order to leave comments, you need to log in
Do you need to select a table with events? Why are you parsing all the way?
//table[class='newLive']//tr - will return you all table rows with the newLive class.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question