CsQuery icon indicating copy to clipboard operation
CsQuery copied to clipboard

Pseudo-element support to select an attribute directly

Open mikegron opened this issue 10 years ago • 0 comments

Is there a way to select an attribute directly using a CSS selector? For instance, Scrapy supports this using pseudo-elements: http://doc.scrapy.org/en/0.24/topics/selectors.html#using-selectors You could have a CSS selector "a #myLink::href" to select the href directly. Is there another way to do it right now ?

mikegron avatar Oct 09 '15 17:10 mikegron