6
I need something to make me reference the path of CSS
faster, like a feature in Google Inspect, because it’s hard to keep finding the sequences of hundreds of divs
inside divs
.
Like something that gives me the way set example:
#look .love .system .armazen form .castel input { display: block;}
Get the path ready to just copy and paste to access.
What do you mean? I don’t understand
– Guilherme SpinXO
Right click on the widget > Inspect Elemento.
– Diego Souza
Try to edit your question and explain better what you need.
– durtto
Do you have a good reason to want to use these "full paths"? In general, the simpler the css selector, the better.
– bfavaretto
The question is clear yes, what he wants is to know if there is a way to copy the entire hierarchy of some element in a quick way, and there are yes, there are extensions to google Chrome that does this. or you can also open your inspect element, right-click on the desired element and follow > Copy > Copy selector. As the bfavarretto quoted, it is not very performative, if possible do not use all the way, just the necessary. If possible, reopen the question I put the answer explaining everything straight to him. Thank you.
– Aldo Fernandes Junior