antonmedv / finder

CSS Selector Generator 🗺
MIT License
1.36k stars 96 forks source link

Add ID name function #15

Closed nolaneo closed 6 years ago

nolaneo commented 6 years ago

I'm using this lib within an Ember JS project. Ember adds IDs to each of it's components in a format like: #ember1234.

These IDs change on every initial render of the component, so looking for certain elements based on their IDs doesn't work so well in this case. Being able to filter out these IDs from finder is useful here.

LMK what you think 🙂

antonmedv commented 6 years ago

Cool!

antonmedv commented 6 years ago

published