You can get those with:
$('h4:contains("What I Want") + ul li').get().map(li => $(li).text())
CLICK HERE to find out more related problems solutions.
You can get those with:
$('h4:contains("What I Want") + ul li').get().map(li => $(li).text())
CLICK HERE to find out more related problems solutions.