selectorgadget
selectorgadget copied to clipboard
Selecting list of objects
This is a pretty awesome tool to get the css selectors / xpath for the elements. I have a use case for which I might need to extend how selectorgadget works.
When there's a listing page, like hacker news (https://news.ycombinator.com/), and if we need to be able to choose multiple fields, the "null" values get left out. Like if a particular post does not have points or link, I need to be able to group them by a parent DOM - or find a common dom between the fields chosen.
Any suggestion on how this can be done? Or if Selector gadget has a mode supporting this?