antonmedv / finder

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

Support multiple elements #73

Open sannysoft opened 1 year ago

sannysoft commented 1 year ago

Please add support for multiple elements to be provided

antonmedv commented 1 year ago

Didn't get. Why not [finder(foo), finder(bar)]?

sannysoft commented 1 year ago

I'd like to get css selector that would match both elements at once. Similar to css-selector-generator

sannysoft commented 1 year ago

Example: https://github.com/fczbkk/css-selector-generator#multi-element-selector

antonmedv commented 1 year ago

I see. Nice idea, it is possible to do for sure in Finder. If I find time will do it. Other wise PR welcome.