here is what I'm looking for:
![[Image: I0vHOiOm]](https://imgbox.com/I0vHOiOm)
I want the events under the content list class;
I use this XPATH template, and loop through, and it works fine:
template = '//*[@id="main-content"]/div[2]/div/div[6]/div/div[2]/div[2]/div/div/div[{}]'
However this seems bulky and ugly looking, and I'm not sure if it'll break at some point.
Is there a way I can get the
div class = "content list"
div data-type = "events"
I want the events under the content list class;
I use this XPATH template, and loop through, and it works fine:
template = '//*[@id="main-content"]/div[2]/div/div[6]/div/div[2]/div[2]/div/div/div[{}]'
However this seems bulky and ugly looking, and I'm not sure if it'll break at some point.
Is there a way I can get the
div class = "content list"
div data-type = "events"