Forum Discussion

asharagov's avatar
12 years ago

Is it possible to run EvaluateXPath for results returned by EvaluateXPath?

Good day, I want to parse data from table on the web page, to do so I am executing the following code: curRows = pnlGrid.EvaluateXPath("//table/tbody/tr[@role=""row""]") For Each row in c...