I got a stale reference exception. What does that mean?
A stale element reference exception is issued in one of two situations, the first of which is more common: The element has been completely removed. The element has been detached from the DOM.
https://www.selenium.dev/documentation/webdriver/troubleshooting/errors/.