Waiting for DOM Element Existence
2020-03-01 — 1 Min Read — In Tutorials
Recently I had the need to do some extra work once an element existed in the DOM. The element I needed to wait for was not in my control and was loaded externally, so I came up with this helper function that can wait for an element to exist in the…