Categories
How to handle selenium.common.exceptions.StaleElementReferenceException error?
Hello, I'm making a parser on selenuium and encountered the error "selenium.common.exceptions.StaleElementReferenceException" tell me how to handle it.
Answer the question
In order to leave comments, you need to log in
try: # Тут код, из котрого ждем ошибку except StaleElementReferenceException: # Тут обрабатываем ошибку
Didn't find what you were looking for?
Ask a Question
731 491 924 answers to any question