First one in list is easy since you can use find Element. I find the element and need to get information from preceding and following divs. For the "n" element in the list, what is the xPath syntax for moving/backwards to other associated divs?
I have tried various x path following syntax such as "following-sibling::div", "/following-sibling::div", "./following-sibling::div", and many others. I just have not found the documentation for the correct syntax.