Quote:
Originally Posted by davidfor
The problem is the XPath for the row. What you have identifies the full list. What you need is to identify each book in the list.
Code:
//div[@class="awardslisting"]
Your XPaths for the title and author are correct.
|
Thanks my friend it works perfectly now. Thanks for taking the time to look at it. I'll add that to my budding xpath knowledge. Would there be an easy fix for changing "TITLES" of the books to "Titles" (lower case)?