There is a scenario where a button has an overlayed image, making the button permanently "stale" (see https://untestable.site/the_clone or the ).
If a test is written to click the button, (rather than the overlayed card) is will fail.
We could prevent this by adding retry logic in the AbstractLazyElement.Click method to find the location of the element and click on the x/y coordinates using an action.
This is needed to click in the Search field of the latest MS Webmail, so that focus is in the search field, in order to enter search terms.