Some thoughts about the infamous StaleElementReferenceException

With the widespread of JavaScript we more and more met with one of our favourite exception which is the StaleElementReferenceException. It can be tricky because it does not have to appear on the test development machine. This issue can hide in the test code and appear in unexpected situations. The exception happens when the dom […]

Read more