Checkout our demo site to practice selenium https://magento.softwaretestingboard.com/

0 like 0 dislike
384 views
by
retagged by
What is StaleElementException? Can you give me more details about StaleElementException?

2 Answers

0 like 0 dislike
by Master (1.2k points)

Stale Element - This error is displayed when the referenced web element is not refreshed and gets changed. Basically when all element gets loaded in DOM then Webelement gets a referenced web element... as soon as DOM gets reloaded or changed then earlier captured Web element is no longer treated as referenced and those referenced web element will throw error "Stale Element Error"

src: https://www.linkedin.com/feed/update/urn:li:activity:6453238751786303488
0 like 0 dislike
by
Stale element reference exception error indicates web element is no longer appearing on the DOM page.


This site is for software testing professionals, where you can ask all your questions and get answers from 1300+ masters of the profession. Click here to submit yours now!

...