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

Adding activateIf to _core_element and element_group #43

Closed PanoramicPanda closed 6 years ago

PanoramicPanda commented 6 years ago

Adding a new method, activateIf(condition), which will activate the element if the condition met, and deactivate it if it is not.