something is wrong with my loop. it loops true but doesn't collect the results of box... what did i do wrong with the xpath?
To locate all the data fields accurately on multiple pages, we need to revise the XPath, first change the Matching XPath into: //DIV[@class='results']/div which is the same XPath for the loop item. Then using the method in this tutorial to write the Relative XPath for each data field: How to associate data with nearby text?
Please sign in to leave a comment.
Comments
0 comments