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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: