python-needle / needle

Automated tests for your CSS.
https://needle.readthedocs.io/
Other
590 stars 50 forks source link

Support for multi selectors #34

Open khusseini opened 9 years ago

khusseini commented 9 years ago

I noticed that when using a selector that actually returns more than one element, the screenshots are taken only for the first(?) found element? Wouldn't it be better to have a for each to get and compare screenshots for each element in the selector? I'd do the coding but does anyone find this useful?

jphalip commented 8 years ago

That sounds like an interesting idea. Could you write a quick proof-of-concept for this?