stale element reference: element is not attached to the page document
What is the line which gives exception ?? The reason for this is because the element to which you have referred is removed from the DOM structure I was facing the same problem while working with IEDriver. The reason was because javascript loaded the element one more time after i have referred so my date … Read more