Uriah Brown
Uriah Brown
I think that sounds like a good plan of action. Having it be manageable through the configs allows a user to still zero in on specific versions (maybe they're using...
Making this possible would also require a re-work in how the ID element would determine presence, as the title just returns a string back instead of an element.
While this does definitely help (and I had the same thing worked out in my head), the ID Element would still need changed a bit to handle it, as it...
but `add_id_element(:window, /Google/, title: 'Google')` would feel a bit redundant. Where as `add_id_element(:window, /Google/)` doesn't.
🤔 Perhaps? @greenarrowdb I'd like your input on this issue at some point
💡 Had a moment of clarity on this today. We've discussed the methods and functionality before, and really only boiled down to finding out a good naming convention for them....
If you look at the current setup, we have `.active?` which only returns what oz thinks it should be, that is the `@active` property. When we run validation, we check...
I'm leaning toward the concept of a "validation reliant on" property on elements. Takes an element and will only run the validation step of the current element if the one...
Is this need filled with #138 ?
I believe this was solved with #90. Haven't seen the behavior since.