View Single Post
Old 07-22-2020, 02:35 PM   #480
kcar181
Member
kcar181 began at the beginning.
 
kcar181's Avatar
 
Posts: 15
Karma: 10
Join Date: Jul 2020
Device: none
Quote:
Originally Posted by davidfor View Post
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)?
kcar181 is offline   Reply With Quote