Take for instance when we have a widget, and we want to get a child element that is shown dynamically
This code path will currently blindly try and find the element which will fail (sometimes), instead we need to use _ensureElement to use the global timeout wait for retying
Take for instance when we have a widget, and we want to get a child element that is shown dynamically
This code path will currently blindly try and find the element which will fail (sometimes), instead we need to use
_ensureElement
to use the global timeout wait for retying:sunglasses: