OzFramework / oz

Oz is a behavioral web-ui testing framework developed to reduce test maintenance by using a predictive model rather than a scriptive model when writing tests.
Apache License 2.0
23 stars 7 forks source link

Add .on_fill to element groups #126

Open PanoramicPanda opened 6 years ago

PanoramicPanda commented 6 years ago

Adding an on_fill call to element groups, in order to apply the same on_fill block to every element in the group.

This can help reduce repetitive code in appropriate situations.