Find a more elegant XPATH alternative
Given the rather verbose CSS selector ul.list > li:nth-child(5), ul.list > li:last-child, ul.list > li.special
, what's a possible XPATH alternative that selects exactly the same elements? Assume that ul.list
has six li
children in total.
This exercise is part of the course
Web Scraping in R
Hands-on interactive exercise
Turn theory into action with one of our interactive exercises
