НачатьНачать бесплатно

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.

Это упражнение является частью курса

Web Scraping in R

Посмотреть курс

Практическое интерактивное упражнение

Превратите теорию в практику с помощью одного из наших интерактивных упражнений

Начать упражнение