You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Some (or most) big sites use dynamic class name obfuscation which makes CSS selection unusable. The task is to select element wich has children, parents, siblings and siblings of parents of specific properties or containing specific content. Sorry, I'm not strong with CSS, maybe it's already possible there?
For example here we need to select .bay8 element which has grand...child with href containig /product/ and which grand...parent has previous sibling with id #comments:
The text was updated successfully, but these errors were encountered:
Some (or most) big sites use dynamic class name obfuscation which makes CSS selection unusable. The task is to select element wich has children, parents, siblings and siblings of parents of specific properties or containing specific content. Sorry, I'm not strong with CSS, maybe it's already possible there?
For example here we need to select
.bay8
element which has grand...child with href containig/product/
and which grand...parent has previous sibling with id#comments
:The text was updated successfully, but these errors were encountered: