ComeçarComece de graça

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.

Este exercício faz parte do curso

Web Scraping in R

Ver curso

Exercício interativo prático

Transforme a teoria em ação com um de nossos exercícios interativos

Começar o exercício