liflab / cornipickle

Versatile web application testing tool
4 stars 3 forks source link

It is not possible to select all the children in a css selector #30

Closed Faterou closed 7 years ago

Faterou commented 7 years ago

Right now, the character "*" in a CSS Selector can only be used alone and it selects every element in the page. It could be good to be able to select all the elements that are children of a certain element.

Example: $(div > ) or $($x > )