Looking at that, the main problem is that you aren't selecting the book rows properly. The selection you have selected the full list of books. Within this the author was selecting all as you had.
For the rows I have: //li[contains(@class, "listItemBooks")]
The for the author it is: ./div/div/p/span[@class="displayBlock"]/text()
The attached is the saved settings that seemed to work.
|