I have the following HTML , see at the end of this question.
- Please suggest an XPath expression to return all the top level Parent rows only, i.e. all the tr elements , there should not be any tr element containing the "Child Rows"
- Next, I need XPATH query to return the <a href> tags. In my example, it should return the <a href> tag with "FailedStep1" text
- Lastly I also need an XPATH query to return read the "FailedStep1" table and return data row having "Fail" in it. Refer the "Result" column
- I am reading below HTML file in a winforms application. My HTML is attached with this question