You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
😎
The text was updated successfully, but these errors were encountered:
cpjolicoeur
changed the title
find should always ensureElement even when parent element is presnet
find should always ensureElement even when parent element is present
May 8, 2015
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😎
The text was updated successfully, but these errors were encountered: