I want to be able to select/highlight an element on the page and find its selector like this:
div.firstRow div.priceAvail>div>div.PriceCompare>div.B
The workflow I currently follow to get CSS selectors from elements with the latest Chrome version (59) is as follows:
cmd/ctrl + alt + j):cmd/ctrl + alt + c):Which gives me the following:
#question > table > tbody > tr:nth-child(1) > td.postcell > div > div.post-text > blockquote > p