hcesar / HtmlAgilityPack.CssSelector

HtmlAgilityPack CSS Selector
75 stars 31 forks source link

Pseudo class not supported: nth-last-child #8

Open JCKodel opened 7 years ago

JCKodel commented 7 years ago

Need to build a scraper with CSS queries that come from a database. This query is not accepted: section.section .row:nth-last-child(2) .form-group div

(It's an example how to get your account ID from https://account.live.com/editprof.aspx?amru=https://account.microsoft.com/profile&mkt=pt-BR)

geroddokar commented 5 years ago

+1