I have a collection of div elements that have the class media-gallery-item. I would like to select element number x.
media-gallery-item
When just selecting all items,
Turns out: parenthesis!
(//div[@id='content-area']//div[@class='media-gallery-item'])[2]
works