Q:

what is staleelementexception

There are two reasons for Stale element reference:
The element has been deleted entirely.
The element is no longer attached to the DOM.

We face this stale element reference exception when the element we are 
interacting is destroyed and then recreated again. When this happens the
reference of the element in the DOM becomes stale. So, we are not able to 
get the reference to the element.
1
There are two reasons for Stale element reference:
The element has been deleted entirely.
The element is no longer attached to the DOM.

We face this stale element reference exception when the element we are 
interacting is destroyed and then recreated again. When this happens the 
reference of the element in the DOM becomes stale. So, we are not able to
get the reference to the element.
0

New to Communities?

Join the community