Forum Discussion
sunireddy2007
11 years agoOccasional Contributor
I tried the xpath search too. The problem is that xpath is not working at all. Even the DIV items which I am able to find via Page.FindAllChildren method, I am not able to get the same using EvaluateXPath method. Not sure if there is any setting I need to make. One thing though is that when I do a view source on the page I dont see the DIV elements I am looking for in the html. Is that the reason? If Xpath works I feel that it is a better way to search for the elements because I can use search by partial text for prop values.